summaryrefslogtreecommitdiff
path: root/sysdeps
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 /sysdeps
parent13e402e77e70254dc5e940e1187880afcc829086 (diff)
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 'sysdeps')
-rw-r--r--sysdeps/x86_64/multiarch/init-arch.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/sysdeps/x86_64/multiarch/init-arch.h b/sysdeps/x86_64/multiarch/init-arch.h
index 813b6de3be..e4d265da59 100644
--- a/sysdeps/x86_64/multiarch/init-arch.h
+++ b/sysdeps/x86_64/multiarch/init-arch.h
@@ -47,6 +47,12 @@
#define bit_XMM_state (1 << 1)
#define bit_YMM_state (2 << 1)
+/* The integer bit array index for the first set of internal feature bits. */
+# define FEATURE_INDEX_1 0
+
+/* The current maximum size of the feature integer bit array. */
+# define FEATURE_INDEX_MAX 1
+
#ifdef __ASSEMBLER__
# include <ifunc-defines.h>
@@ -82,13 +88,6 @@ enum
COMMON_CPUID_INDEX_MAX
};
-enum
- {
- FEATURE_INDEX_1 = 0,
- /* Keep the following line at the end. */
- FEATURE_INDEX_MAX
- };
-
extern struct cpu_features
{
enum cpu_features_kind