diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-25 06:49:55 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-25 06:49:55 +0000 |
commit | 8d06853ec69b274b573df0ac2f5c00e2aa8d0daa (patch) | |
tree | 3cd06577a76e9d825f28324fd7179934739ba2ef /bfd/ChangeLog | |
parent | dc5ec521f1916d5951e3287da05a1c007c69bff9 (diff) | |
download | gdb-8d06853ec69b274b573df0ac2f5c00e2aa8d0daa.zip gdb-8d06853ec69b274b573df0ac2f5c00e2aa8d0daa.tar.gz gdb-8d06853ec69b274b573df0ac2f5c00e2aa8d0daa.tar.bz2 |
* elf.c (_bfd_elf_map_sections_to_segments): Don't load program
headers if any loaded section wraps the address space. Simplify
~(m-1) to -m. Use lma rather than vma when determining whether
note sections are adjacent.
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 7ae8300..b2608ad 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2010-08-25 Alan Modra <amodra@gmail.com> + + * elf.c (_bfd_elf_map_sections_to_segments): Don't load program + headers if any loaded section wraps the address space. Simplify + ~(m-1) to -m. Use lma rather than vma when determining whether + note sections are adjacent. + 2010-08-22 H.J. Lu <hongjiu.lu@intel.com> PR ld/11933 |