mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Fix a probem building the binutils on SPARC/amd64
PR 28816 * elf/common.h (AT_SUN_HWCAP): Make definition conditional.
This commit is contained in:

committed by
Nick Clifton

parent
042a82e5ee
commit
b6437be687
@ -1,3 +1,8 @@
|
|||||||
|
2022-01-25 Klaus Ziegler <klausz@haus-gisela.de>
|
||||||
|
|
||||||
|
PR 28816
|
||||||
|
* elf/common.h (AT_SUN_HWCAP): Make definition conditional.
|
||||||
|
|
||||||
2022-01-22 Nick Clifton <nickc@redhat.com>
|
2022-01-22 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* 2.38 release branch created.
|
* 2.38 release branch created.
|
||||||
|
@ -1406,7 +1406,9 @@
|
|||||||
#define AT_SUN_PLATFORM 2008 /* Platform name string. */
|
#define AT_SUN_PLATFORM 2008 /* Platform name string. */
|
||||||
#define AT_SUN_CAP_HW1 2009 /* Machine dependent hints about
|
#define AT_SUN_CAP_HW1 2009 /* Machine dependent hints about
|
||||||
processor capabilities. */
|
processor capabilities. */
|
||||||
|
#ifndef AT_SUN_HWCAP
|
||||||
#define AT_SUN_HWCAP AT_SUN_CAP_HW1 /* For backward compat only. */
|
#define AT_SUN_HWCAP AT_SUN_CAP_HW1 /* For backward compat only. */
|
||||||
|
#endif
|
||||||
#define AT_SUN_IFLUSH 2010 /* Should flush icache? */
|
#define AT_SUN_IFLUSH 2010 /* Should flush icache? */
|
||||||
#define AT_SUN_CPU 2011 /* CPU name string. */
|
#define AT_SUN_CPU 2011 /* CPU name string. */
|
||||||
#define AT_SUN_EMUL_ENTRY 2012 /* COFF entry point address. */
|
#define AT_SUN_EMUL_ENTRY 2012 /* COFF entry point address. */
|
||||||
|
Reference in New Issue
Block a user