mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
Fix macro redefinition error on Solaris
PR 16583 * elf/common.h (AT_SUN_HWCAP): Undef before defining.
This commit is contained in:
parent
4c5dc7fcf6
commit
24f5f69a8a
@ -1,3 +1,8 @@
|
||||
2016-02-09 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 16583
|
||||
* elf/common.h (AT_SUN_HWCAP): Undef before defining.
|
||||
|
||||
2016-02-04 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR target/19561
|
||||
|
@ -1021,6 +1021,7 @@
|
||||
#define AT_SUN_LDNAME 2006 /* String giving name of dynamic linker. */
|
||||
#define AT_SUN_LPAGESZ 2007 /* Large pagesize. */
|
||||
#define AT_SUN_PLATFORM 2008 /* Platform name string. */
|
||||
#undef AT_SUN_HWCAP
|
||||
#define AT_SUN_HWCAP 2009 /* Machine dependent hints about
|
||||
processor capabilities. */
|
||||
#define AT_SUN_IFLUSH 2010 /* Should flush icache? */
|
||||
|
Loading…
Reference in New Issue
Block a user