diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-11-13 15:07:54 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-11-13 15:07:54 +0000 |
commit | 759cc328c6097b831eec8c85adf91b011a077378 (patch) | |
tree | 6831af1044623104b453a8ef7592376281cbd7bc /include/elf/common.h | |
parent | 73e113d4609dd70ee0ee7a334a132044df651854 (diff) | |
download | gdb-759cc328c6097b831eec8c85adf91b011a077378.zip gdb-759cc328c6097b831eec8c85adf91b011a077378.tar.gz gdb-759cc328c6097b831eec8c85adf91b011a077378.tar.bz2 |
gdb/ChangeLog:
* auxv.c (fprint_target_auxv): Handle AT_BASE_PLATFORM and
AT_EXECFN. Re-sort AT_SECURE.
include/elf/ChangeLog:
* common.h (AT_BASE_PLATFORM, AT_EXECFN): Define.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 995edbc..5a0c322 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -798,6 +798,9 @@ #define AT_UCACHEBSIZE 21 /* Unified cache block size. */ #define AT_IGNOREPPC 22 /* Entry should be ignored */ #define AT_SECURE 23 /* Boolean, was exec setuid-like? */ +#define AT_BASE_PLATFORM 24 /* String identifying real platform, + may differ from AT_PLATFORM. */ +#define AT_EXECFN 31 /* Filename of executable. */ /* Pointer to the global system page used for system calls and other nice things. */ #define AT_SYSINFO 32 |