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:
authorH.J. Lu <hjl.tools@gmail.com>2007-08-16 22:49:42 +0400
committerH.J. Lu <hjl.tools@gmail.com>2007-08-16 22:49:42 +0400
commit49813813a7c02f8bcd7e528e5b04bf303bcbe532 (patch)
treed9b4d559809404445c47e3653f0e3b4178a7b0d4 /include/elf/common.h
parentf4c963630ea50959fcbd55d897defb4fafdb45eb (diff)
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/elf/common.h')
-rw-r--r--include/elf/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 2bba1e2a1..bc9a5cf2e 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. */