about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-05-03 00:25:21 -0400
committerCarlos O'Donell <carlos@redhat.com>2014-05-03 00:25:21 -0400
commit8f1df5cf9d8d30c0747532301dca3cf9c99fbc8e (patch)
tree49db192095e1b1de6f0d5cb1f5b6e4554da1ddc8 /ChangeLog
parent13e402e77e70254dc5e940e1187880afcc829086 (diff)
downloadglibc-8f1df5cf9d8d30c0747532301dca3cf9c99fbc8e.tar.gz
glibc-8f1df5cf9d8d30c0747532301dca3cf9c99fbc8e.tar.xz
glibc-8f1df5cf9d8d30c0747532301dca3cf9c99fbc8e.zip
Fix -Wundef warning for FEATURE_INDEX_1.
Define FEATURE_INDEX_1 and FEATURE_INDEX_MAX as macros
for use by both assembly and C code. This fixes the
-Wundef error for cases where FEATURE_INDEX_1 was not
defined but used the correct value of 0 for an undefined
macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b66031d514..49c15b2452 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-02  Carlos O'Donell  <carlos@redhat.com>
+
+	* sysdeps/x86_64/multiarch/init-arch.h:	Define FEATURE_INDEX_1 to 0,
+	and FEATURE_INDEX_MAX to 1.
+	[!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
+
 2014-05-01  Steve Ellcey  <sellcey@mips.com>
 
 	* iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.