diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5f2fa543a..0e07b03c7 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2007-08-16 H.J. Lu + + * common.h: Revert last change. + 2007-08-16 H.J. Lu * common.h (PT_GNU_STACK): Renamed to ... 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. */