musl/arch/x32
Rich Felker cbc02ba23c consistently use hidden visibility for cancellable syscall internals
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.
2015-04-14 11:18:59 -04:00
..
bits move O_PATH definition back to arch bits 2015-04-01 19:31:06 -04:00
src consistently use hidden visibility for cancellable syscall internals 2015-04-14 11:18:59 -04:00
atomic.h add explicit barrier operation to internal atomic.h API 2014-10-10 18:17:09 -04:00
crt_arch.h dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
pthread_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
reloc.h dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
syscall_arch.h fix x32 syscall arch.h timespec fixup code 2014-02-23 20:49:58 +01:00