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/powerpc | |
| parent | bbe2e4639e8e709ab07d68d97c1e8daae1ab9331 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/include/elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/include/elf.h b/sys/powerpc/include/elf.h index 422a86a5e992..1224fbb284f6 100644 --- a/sys/powerpc/include/elf.h +++ b/sys/powerpc/include/elf.h @@ -77,8 +77,9 @@ __ElfType(Auxinfo); #define AT_DCACHEBSIZE 10 /* Data cache block size for the processor. */ #define AT_ICACHEBSIZE 11 /* Instruction cache block size for the uP. */ #define AT_UCACHEBSIZE 12 /* Cache block size, or `0' if cache not unified. */ +#define AT_EXECPATH 13 /* Path to the executable. */ -#define AT_COUNT 13 /* Count of defined aux entry types. */ +#define AT_COUNT 14 /* Count of defined aux entry types. */ /* * Relocation types. |
