musl/arch
Rich Felker e783efa6ef fix arm thread-pointer/atomic asm when compiling to thumb code
armv7/thumb2 provides a way to do atomics in thumb mode, but for armv6
we need a call to arm mode.

this commit is based on a patch by Stephen Thomas which fixed the
armv7 cases but not the armv6 ones.

all of this should be revisited if/when runtime selection of thread
pointer access and atomics are added.
2014-04-30 15:32:11 -04:00
..
arm fix arm thread-pointer/atomic asm when compiling to thumb code 2014-04-30 15:32:11 -04:00
i386 make socketcall types common as they are same for all architectures 2014-04-17 14:53:27 -04:00
microblaze fix RLIMIT_ constants for mips 2014-04-15 19:17:52 -04:00
mips fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h 2014-04-30 14:47:06 -04:00
powerpc make socketcall types common as they are same for all architectures 2014-04-17 14:53:27 -04:00
sh fix RLIMIT_ constants for mips 2014-04-15 19:17:52 -04:00
x32 fix RLIMIT_ constants for mips 2014-04-15 19:17:52 -04:00
x86_64 add working vdso clock_gettime support, including static linking 2014-04-16 02:33:29 -04:00