summaryrefslogtreecommitdiff
path: root/src/errno
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2025-08-07 15:35:14 -0400
committerRich Felker <dalias@aerifal.cx>2025-08-07 19:34:41 -0400
commitf6944eb3c4ce1c97dc39dc36d32390dc9f70b67b (patch)
tree05a28311f83e98b215b2bcc0543f4de5d389faa7 /src/errno
parenta6244de1c94588cd8cc965c15619d2649418f7a3 (diff)
downloadmusl-f6944eb3c4ce1c97dc39dc36d32390dc9f70b67b.tar.gz
powerpc[64]: fix missing ctr and xer regs in syscall asm clobberlists
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.
Diffstat (limited to 'src/errno')
0 files changed, 0 insertions, 0 deletions