diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2017-09-14 15:34:29 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2017-09-14 15:34:29 +0000 |
| commit | 8df419f2dff302f7dd92db2b4a969c54731b4475 (patch) | |
| tree | cd9bc4cea73e5ac1b46505931b74a34f1e684ab1 | |
| parent | 27efb0a2422308cb6ba1170bbaa32546fce5a85b (diff) | |
Notes
| -rw-r--r-- | sys/x86/include/elf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/x86/include/elf.h b/sys/x86/include/elf.h index e7df2b615076..0cbb38f31b47 100644 --- a/sys/x86/include/elf.h +++ b/sys/x86/include/elf.h @@ -187,8 +187,10 @@ __ElfType(Auxinfo); #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ #define AT_TIMEKEEP 22 /* Pointer to timehands. */ #define AT_STACKPROT 23 /* Initial stack protection. */ +#define AT_EHDRFLAGS 24 /* e_flags field from elf hdr */ +#define AT_HWCAP 25 /* CPU feature flags. */ -#define AT_COUNT 24 /* Count of defined aux entry types. */ +#define AT_COUNT 26 /* Count of defined aux entry types. */ /* * Relocation types. |
