musl/arch
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
..
aarch64 dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
arm dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
i386 use hidden visibility for i386 asm-internal __vsyscall symbol 2015-04-14 10:22:12 -04:00
microblaze dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
mips dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
or1k dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
powerpc dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
sh dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
x32 consistently use hidden visibility for cancellable syscall internals 2015-04-14 11:18:59 -04:00
x86_64 dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00