aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-28 13:47:25 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-28 17:16:53 +0200
commitee17d4e99af9e49378217209d3708053ef148032 (patch)
tree26394e48d5defe4444046f2c75775bdaa9e0b7c2 /ChangeLog
parent45a4f49ee520eb09b1ff58c4e9dbddb135a14b64 (diff)
downloadglibc-ee17d4e99af9e49378217209d3708053ef148032.zip
glibc-ee17d4e99af9e49378217209d3708053ef148032.tar.gz
glibc-ee17d4e99af9e49378217209d3708053ef148032.tar.bz2
Remove abi-*-options compiler flags
These options are no longer needed since commit 2dba5ce7b8115d6a2789bf279892263621088e74 (<bits/syscall.h>: Use an arch-independent system call list on Linux).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fae663..5d7c8ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
2017-08-28 Florian Weimer <fweimer@redhat.com>
+ * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-options)
+ (abi-lp64_be-options): Remove.
+ * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-options)
+ (abi-hard-options): Likewise.
+ * sysdeps/unix/sysv/linux/mips/Makefile(abi-o32_soft-options)
+ (abi-o32_hard-options, abi-o32_soft_2008-options)
+ (abi-o32_hard_2008-options, abi-n32_soft-options)
+ (abi-n32_hard-options, abi-n32_soft_2008-options)
+ (abi-n32_hard_2008-options, abi-n64_soft-options)
+ (abi-n64_hard-options, abi-n64_soft_2008-options)
+ (abi-n64_hard_2008-options): Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-32-options)
+ (abi-64-v1-options, abi-64-v2-options): Likewise.
+ * sysdeps/unix/sysv/linux/s390/Makefile (abi-32-options)
+ (abi-64-options): Likewise.
+ * sysdeps/unix/sysv/linux/sparc/Makefile (abi-32-options)
+ (abi-64-options): Likewise.
+ * sysdeps/unix/sysv/linux/tile/tilegx/Makefile (abi-32-options)
+ (abi-64-options): Likewise.
+ * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-options)
+ (abi-64-options, abi-x32-options): Likewise.
+
+2017-08-28 Florian Weimer <fweimer@redhat.com>
+
Store supported list of SYS_* system calls in the source tree.
* sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
(bits/syscall.h): Generate from list file.