diff options
author | John Baldwin <jhb@FreeBSD.org> | 2018-10-26 10:20:56 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2018-10-26 10:20:56 -0700 |
commit | d7ded98f4cf9891cf04fe6af5c90b6af6709dff8 (patch) | |
tree | 5ebd088ea3d73f1613a7b9bcd98512bca3568b4a /include/elf/common.h | |
parent | 77c6f5fcdae65da0428ff75fa81059f1b5271cf0 (diff) | |
download | binutils-gdb-d7ded98f4cf9891cf04fe6af5c90b6af6709dff8.tar.gz |
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.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index e1942743056..da9ea036f49 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -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. */ |