aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-08-25 06:49:55 +0000
committerAlan Modra <amodra@gmail.com>2010-08-25 06:49:55 +0000
commit8d06853ec69b274b573df0ac2f5c00e2aa8d0daa (patch)
tree3cd06577a76e9d825f28324fd7179934739ba2ef /bfd/ChangeLog
parentdc5ec521f1916d5951e3287da05a1c007c69bff9 (diff)
downloadgdb-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/ChangeLog7
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