aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-12-17 18:31:50 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-12-17 18:31:50 +0000
commit551e81d9e321ebe63465be2607fd251da38b4b0b (patch)
treee7300d8430e69b789b7df49ee9c105f70bdddfde /ChangeLog
parentdf648905e7d8340bb3e78813fd25e2077b9685d9 (diff)
downloadglibc-551e81d9e321ebe63465be2607fd251da38b4b0b.zip
glibc-551e81d9e321ebe63465be2607fd251da38b4b0b.tar.gz
glibc-551e81d9e321ebe63465be2607fd251da38b4b0b.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16ca8b7..10eba56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-12-17 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/unix/sysv/linux/ia64/sysdep.h (ASM_CLOBBERS_6_COMMON):
+ Do not clobber r12.
+
* scripts/glibcextract.py (compare_macro_consts): Take parameters
to allow extra macros from first or second sources.
* sysdeps/unix/sysv/linux/tst-mman-consts.py: New file.