diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-08-16 13:38:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-08-16 13:38:09 +0000 |
commit | 94b11780add5766507abe9dfe493186d085fdd60 (patch) | |
tree | 633fee0f935827213f7b733f705efcd30b529a25 /bfd/ChangeLog | |
parent | 1192f4a2b365a81014119e8a6384f51ee083015d (diff) | |
download | gdb-94b11780add5766507abe9dfe493186d085fdd60.zip gdb-94b11780add5766507abe9dfe493186d085fdd60.tar.gz gdb-94b11780add5766507abe9dfe493186d085fdd60.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5f5d291..c5dbc97 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +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. + 2007-08-14 H.J. Lu <hongjiu.lu@intel.com> PR ld/4918 |