Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2008-11-13 18:07:54 +0300
committerUlrich Weigand <uweigand@de.ibm.com>2008-11-13 18:07:54 +0300
commit2c58170b7e0b70a84cf41ce3c5adbdafac617f43 (patch)
tree363c61ebc030a76aec668b39bbebf1b1767d8246 /include
parentbabd4a9c621c872cc366c679e507f5a968ad1ea3 (diff)
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')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 964f6cfe5..2699b03d4 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/common.h b/include/elf/common.h
index 995edbc58..5a0c32299 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