mirror of
https://git.musl-libc.org/git/musl
synced 2025-10-05 21:12:41 +02:00
the ctr and xer special registers are call-clobbered and syscall-clobbered. failure to include them in the clobber list may result in wrong code that attempts to use a value which is no longer present in the register after the syscall. this has been reported to manifest newly with gcc 15.