• R
    consistently use hidden visibility for cancellable syscall internals · cbc02ba2
    Rich Felker 提交于
    in a few places, non-hidden symbols were referenced from asm in ways
    that assumed ld-time binding. while these is no semantic reason these
    symbols need to be hidden, fixing the references without making them
    hidden was going to be ugly, and hidden reduces some bloat anyway.
    
    in the asm files, .global/.hidden directives have been moved to the
    top to unclutter the actual code.
    cbc02ba2
syscall_cp.s 610 字节