about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-11-07 23:32:17 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-11-07 23:32:17 +0000
commit06b9e94f797b910da782b4608545e416ec5af1df (patch)
tree753897c89fce3aba5846215259b1066974432617 /ChangeLog
parent327792ce5709dd9f6cc8d15732c4af65705eff76 (diff)
downloadglibc-06b9e94f797b910da782b4608545e416ec5af1df.tar.gz
glibc-06b9e94f797b910da782b4608545e416ec5af1df.tar.xz
glibc-06b9e94f797b910da782b4608545e416ec5af1df.zip
Make check-installed-headers.sh ignore sys/sysctl.h for x32.
check-installed-headers tests were failing for x32 because of the x86
bits/sysctl.h containing a #error for x32.  This patch makes the tests
ignore sys/sysctl.h for x32, similar to the other special-casing of
particular headers.

Tested for x86_64 (full testing for -m64, compile-only for x32).

	* scripts/check-installed-headers.sh: Ignore sys/sysctl.h for x32.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87559da072..18d74ba3b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/check-installed-headers.sh: Ignore sys/sysctl.h for x32.
+
 2016-11-07  Yury Norov  <ynorov@caviumnetworks.com>
 	    Steve Ellcey  <sellcey@caviumnetworks.com>