mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Support AT_HWCAP2 on FreeBSD.
include/ChangeLog: * elf/common.h (AT_FREEBSD_HWCAP2): Define. gdb/ChangeLog: * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_HWCAP2.
This commit is contained in:
@ -1226,6 +1226,7 @@
|
||||
#define AT_FREEBSD_STACKPROT 23 /* Initial stack protection. */
|
||||
#define AT_FREEBSD_EHDRFLAGS 24 /* e_flags field from ELF header. */
|
||||
#define AT_FREEBSD_HWCAP 25 /* CPU feature flags. */
|
||||
#define AT_FREEBSD_HWCAP2 26 /* CPU feature flags 2. */
|
||||
|
||||
#define AT_SUN_UID 2000 /* Effective user ID. */
|
||||
#define AT_SUN_RUID 2001 /* Real user ID. */
|
||||
|
Reference in New Issue
Block a user