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.
This commit is contained in:
parent
babd4a9c62
commit
2c58170b7e
|
@ -1,3 +1,7 @@
|
|||
2008-10-13 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* common.h (AT_BASE_PLATFORM, AT_EXECFN): Define.
|
||||
|
||||
2008-10-10 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* ppc.h: Add Tag_GNU_Power_ABI_Struct_Return.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue