From 551e81d9e321ebe63465be2607fd251da38b4b0b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 17 Dec 2018 18:31:50 +0000 Subject: Do not clobber r12 for ia64 syscalls. GCC mainline now gives errors for an asm that clobbers the stack pointer. According to 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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16ca8b7..10eba56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-12-17 Joseph Myers + * 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. -- cgit v1.1