musl/arch
Rich Felker 185a977074 ensure pointer decay in inline-asm arg for i386 syscall6
this is actually a rather subtle issue: do arrays decay to pointers
when used as inline asm args? gcc says yes, but currently pcc says no.
hopefully this discrepency in pcc will be fixed, but since the
behavior is not clearly defined anywhere I can find, I'm using an
explicit operation to cause the decay to occur.
2012-10-13 23:46:51 -04:00
..
arm dynamic-linked TLS support for everything but dlopen'd libs 2012-10-04 22:48:33 -04:00
i386 ensure pointer decay in inline-asm arg for i386 syscall6 2012-10-13 23:46:51 -04:00
microblaze dynamic-linked TLS support for everything but dlopen'd libs 2012-10-04 22:48:33 -04:00
mips dynamic-linked TLS support for everything but dlopen'd libs 2012-10-04 22:48:33 -04:00
x86_64 fix incorrect TLS reloc macro names in x86_64 reloc.h 2012-10-05 01:00:40 -04:00