musl/arch
Szabolcs Nagy 3b27725385 better a_sc inline asm constraint on aarch64 and arm
"Q" input constraint was used for the written object, instead of "=Q"
output constraint.  this should not cause problems because "memory"
is on the clobber list, but "=Q" better documents the intent and more
consistent with the actual asm code.

this changes the generated code, because different registers are used,
but other than the register names nothing should change.
2016-01-31 17:32:56 -05:00
..
aarch64 better a_sc inline asm constraint on aarch64 and arm 2016-01-31 17:32:56 -05:00
arm better a_sc inline asm constraint on aarch64 and arm 2016-01-31 17:32:56 -05:00
generic/bits deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
i386 deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
microblaze deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
mips ldso: fix GDB dynamic linker info on MIPS 2016-01-30 20:55:22 -05:00
or1k deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
powerpc deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
sh deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
x32 deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
x86_64 deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00