diff options
author | Alan Modra <amodra@gmail.com> | 2012-06-12 06:31:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-06-12 06:31:06 +0000 |
commit | 3832a4d892b209ca17c5320a506c5902da63e025 (patch) | |
tree | d179ad9b598c52a00864338bbba76000be56bfb3 /bfd/ChangeLog | |
parent | a6feecf7444322ebd3b08e6fac8de65958910ec5 (diff) | |
download | gdb-3832a4d892b209ca17c5320a506c5902da63e025.zip gdb-3832a4d892b209ca17c5320a506c5902da63e025.tar.gz gdb-3832a4d892b209ca17c5320a506c5902da63e025.tar.bz2 |
PR ld/14207
* elf.c (_bfd_elf_map_sections_to_segments): Disregard bss type
sections at end of PT_LOAD segment when searching for segment
that contains end of relro extent.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 220afe3..5c5c07c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2012-06-12 Alan Modra <amodra@gmail.com> + + PR ld/14207 + * elf.c (_bfd_elf_map_sections_to_segments): Disregard bss type + sections at end of PT_LOAD segment when searching for segment + that contains end of relro extent. + 2012-06-11 H.J. Lu <hongjiu.lu@intel.com> * elf.c (assign_file_positions_for_non_load_sections): Reindent. |