bfd/
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 16 Aug 2007 13:38:09 +0000 (13:38 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 16 Aug 2007 13:38:09 +0000 (13:38 +0000)
commit94b11780add5766507abe9dfe493186d085fdd60
tree633fee0f935827213f7b733f705efcd30b529a25
parent1192f4a2b365a81014119e8a6384f51ee083015d
bfd/

2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>

* elf.c (get_segment_type): Change PT_GNU_STACK to PT_GNU_ATTR.
(bfd_section_from_phdr): Likewise.
(get_program_header_size): Likewise. Add a PT_GNU_ATTR segment
if there is an attribute section.
(_bfd_elf_map_sections_to_segments): Likewise.
(IS_SECTION_IN_INPUT_SEGMENT): Likewise.

binutils/

2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (get_segment_type): Change PT_GNU_STACK to
PT_GNU_ATTR.

include/elf/

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.
bfd/ChangeLog
bfd/elf.c
binutils/ChangeLog
binutils/readelf.c
include/elf/ChangeLog
include/elf/common.h