Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 4 Dec 2012 21:45:01 +0000 (21:45 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 4 Dec 2012 21:45:01 +0000 (21:45 +0000)
ChangeLog
sysdeps/powerpc/sysdep.h

index d53920d..239c472 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
 
+       * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
+
        * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
        variable LX with __attribute__ ((unused)).
        * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
index 302f559..85ff553 100644 (file)
@@ -19,7 +19,7 @@
  * Powerpc Feature masks for the Aux Vector Hardware Capabilities (AT_HWCAP). 
  * This entry is copied to _dl_hwcap or rtld_global._dl_hwcap during startup.
  */
-#define _SYS_AUXV_H
+#define _SYS_AUXV_H 1
 #include <bits/hwcap.h>
 
 #define PPC_FEATURE_970 (PPC_FEATURE_POWER4 + PPC_FEATURE_HAS_ALTIVEC)