]> git.ipfire.org Git - thirdparty/glibc.git/commit
Do not clobber r12 for ia64 syscalls.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 17 Dec 2018 18:31:50 +0000 (18:31 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 17 Dec 2018 18:31:50 +0000 (18:31 +0000)
commit551e81d9e321ebe63465be2607fd251da38b4b0b
treee7300d8430e69b789b7df49ee9c105f70bdddfde
parentdf648905e7d8340bb3e78813fd25e2077b9685d9
Do not clobber r12 for ia64 syscalls.

GCC mainline now gives errors for an asm that clobbers the stack
pointer.  According to
<https://gcc.gnu.org/ml/gcc-patches/2018-12/msg00932.html> GCC
previously ignored such a clobber; thus, this patch removes it from
the clobbers for ia64 syscalls.

Tested with build-many-glibcs.py for ia64-linux-gnu.

* sysdeps/unix/sysv/linux/ia64/sysdep.h (ASM_CLOBBERS_6_COMMON):
Do not clobber r12.
ChangeLog
sysdeps/unix/sysv/linux/ia64/sysdep.h