Skip to content

Commit

Permalink
Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Myers committed Dec 4, 2012
1 parent d39b954 commit 9003570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/powerpc/sysdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9003570

Please sign in to comment.