aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-08-16 18:49:42 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-08-16 18:49:42 +0000
commit2b05f1b7bbbe62a694747ef368e21b67c10eff68 (patch)
treeee3183a69b34bb62c20c741f101391c707d4e954 /include
parentdc66ab8ae22c93bb0819aee056d5ea1f782dcd4e (diff)
downloadgdb-2b05f1b7bbbe62a694747ef368e21b67c10eff68.zip
gdb-2b05f1b7bbbe62a694747ef368e21b67c10eff68.tar.gz
gdb-2b05f1b7bbbe62a694747ef368e21b67c10eff68.tar.bz2
bfd/
2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * elf.c: Revert last change. binutils/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * readelf.c: Revert last change. include/elf/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * common.h: Revert last change.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 5f2fa54..0e07b03 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,5 +1,9 @@
2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
+ * common.h: Revert last change.
+
+2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
+
* common.h (PT_GNU_STACK): Renamed to ...
(PT_GNU_ATTR): This.
(PT_GNU_STACK): New. Make an alias of PT_GNU_ATTR.
diff --git a/include/elf/common.h b/include/elf/common.h
index 2bba1e2..bc9a5cf 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -307,8 +307,7 @@
#define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550) /* Frame unwind information */
#define PT_SUNW_EH_FRAME PT_GNU_EH_FRAME /* Solaris uses the same value */
-#define PT_GNU_ATTR (PT_LOOS + 0x474e551) /* Attribute info */
-#define PT_GNU_STACK PT_GNU_ATTR /* Stack flags */
+#define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */
#define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */
/* Program segment permissions, in program header p_flags field. */