musl/arch
Rich Felker 91d5aa0657 fix microblaze syscall register clobbers
the kernel entry point for syscalls on microblaze nominally saves and
restores all registers, and testing on qemu always worked since qemu
behaves this way too. however, the real kernel treats r3:r4 as a
potential 64-bit return value from the syscall function, and copies
both over top of the saved registers before returning to userspace.
thus, we need to treat r4 as always-clobbered.
2014-04-02 14:13:20 -04:00
..
arm fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -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