aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-07-17 17:49:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-07-17 17:49:45 +0000
commit5be44ea623bf5ccfb06b8ea4f6b1fabdf6021b93 (patch)
treeef93cc275fb4993d554b04d017d97bde098e6b35 /ChangeLog
parentd95ffd4cfd1c277779ea960ed851ee667f1f8e96 (diff)
downloadglibc-5be44ea623bf5ccfb06b8ea4f6b1fabdf6021b93.tar
glibc-5be44ea623bf5ccfb06b8ea4f6b1fabdf6021b93.tar.gz
glibc-5be44ea623bf5ccfb06b8ea4f6b1fabdf6021b93.tar.bz2
glibc-5be44ea623bf5ccfb06b8ea4f6b1fabdf6021b93.zip
[PATCH 1/6] Split x86_64 out of main Linux kernel-features.h.
This patch splits x86_64 out of the main Linux kernel-features.h. Tested x86_64 that there are no changes to disassembly of installed shared libraries. * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file. * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__] (__ASSUME_ACCEPT4_SYSCALL): Do not define. [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__] (__ASSUME_RECVMMSG_SYSCALL): Likewise. [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__] (__ASSUME_SENDMMSG_SYSCALL): Likewise. [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_GETCPU_SYSCALL): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f82353cd4b..dd9744a3d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-07-17 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
+ * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
+ (__ASSUME_ACCEPT4_SYSCALL): Do not define.
+ [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
+ (__ASSUME_RECVMMSG_SYSCALL): Likewise.
+ [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
+ (__ASSUME_SENDMMSG_SYSCALL): Likewise.
+ [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
+ (__ASSUME_GETCPU_SYSCALL): Likewise.
+
* aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
* sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
cases for individual architectures.