musl/arch
Rich Felker bb3a3befea fix build breakage from ppc asm constraints change
due to a mistake in my testing procedure, the changes in the previous
commit were not correctly tested and wrongly assumed to be valid. the
lwarx and stwcx. instructions do not accept general ppc memory address
expressions and thus the argument associated with the memory
constraint cannot be used directly.

instead, the memory constraint can be left as an argument that the asm
does not actually use, and the address can be provided in a separate
register constraint.
2014-07-19 13:43:46 -04:00
..
arm refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
i386 add tlsdesc support for i386 2014-06-19 02:50:45 -04:00
microblaze remove cruft from microblaze atomic.h 2014-07-19 13:03:30 -04:00
mips fix regression in mips dynamic linker 2014-06-30 01:18:14 -04:00
or1k add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
powerpc fix build breakage from ppc asm constraints change 2014-07-19 13:43:46 -04:00
sh refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
x32 refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
x86_64 add tlsdesc support for x86_64 2014-06-19 15:26:04 -04:00