diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2009-03-17 12:50:16 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2009-03-17 12:50:16 +0000 |
| commit | a4f2b2b0c66602ea76b74caf09f3229024cea9a9 (patch) | |
| tree | 1fa9eba0c95692d33bc985639afa2e48b46716e0 /sys/sun4v | |
| parent | bbe2e4639e8e709ab07d68d97c1e8daae1ab9331 (diff) | |
Notes
Diffstat (limited to 'sys/sun4v')
| -rw-r--r-- | sys/sun4v/include/elf.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/sun4v/include/elf.h b/sys/sun4v/include/elf.h index 108ade159e64..c0fcbee5ecd6 100644 --- a/sys/sun4v/include/elf.h +++ b/sys/sun4v/include/elf.h @@ -78,16 +78,14 @@ __ElfType(Auxinfo); #define AT_BASE 7 /* Interpreter's base address. */ #define AT_FLAGS 8 /* Flags (unused). */ #define AT_ENTRY 9 /* Where interpreter should transfer control. */ -/* - * The following non-standard values are used in Linux ELF binaries. - */ #define AT_NOTELF 10 /* Program is not ELF ?? */ #define AT_UID 11 /* Real uid. */ #define AT_EUID 12 /* Effective uid. */ #define AT_GID 13 /* Real gid. */ #define AT_EGID 14 /* Effective gid. */ +#define AT_EXECPATH 15 /* Path to the executable. */ -#define AT_COUNT 15 /* Count of defined aux entry types. */ +#define AT_COUNT 16 /* Count of defined aux entry types. */ /* Define "machine" characteristics */ #if __ELF_WORD_SIZE == 32 |
