diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2017-09-14 14:26:55 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2017-09-14 14:26:55 +0000 |
| commit | c2f37b92452cec6ab7fc5b9d2b682ac9af4bd436 (patch) | |
| tree | 20f68657797a686cd1c45afe622fc6ec17af921d /sys/mips/include | |
| parent | cbc785c2938ea79fd630f46586873985fe476327 (diff) | |
Notes
Diffstat (limited to 'sys/mips/include')
| -rw-r--r-- | sys/mips/include/elf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/mips/include/elf.h b/sys/mips/include/elf.h index a33c09027e78..b6b699682abf 100644 --- a/sys/mips/include/elf.h +++ b/sys/mips/include/elf.h @@ -144,8 +144,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. */ #define ET_DYN_LOAD_ADDR 0x0120000 |
