musl/arch
Rich Felker efe07b0f89 fix arm atomic asm register constraint
the "m" constraint could give a memory reference with an offset that's
not compatible with ldrex/strex, so the arm-specific "Q" constraint is
needed instead.
2014-04-07 04:28:12 -04:00
..
arm fix arm atomic asm register constraint 2014-04-07 04:28:12 -04:00
i386 fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
microblaze fix microblaze syscall register clobbers 2014-04-02 14:13:20 -04:00
mips fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
powerpc fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
sh fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
x32 fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
x86_64 fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00