aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-09-29 14:12:02 +0000
committerAlan Modra <amodra@gmail.com>2008-09-29 14:12:02 +0000
commitceae84aacf0d5459a74fd5496cd2c0d6708e052a (patch)
tree58aa23fa1daf3894218aa395c3f815b3776d4b4c /bfd/ChangeLog
parentb8a4873487ea15d1873dfaf0cb1a724a3b5fec95 (diff)
downloadgdb-ceae84aacf0d5459a74fd5496cd2c0d6708e052a.zip
gdb-ceae84aacf0d5459a74fd5496cd2c0d6708e052a.tar.gz
gdb-ceae84aacf0d5459a74fd5496cd2c0d6708e052a.tar.bz2
bfd/
PR 6789 * elf.c (assign_file_positions_for_load_sections): Call _bfd_elf_map_sections_to_segments, not elf_modify_segment_map. (get_program_header_size): Protect against NULL info. (_bfd_elf_map_sections_to_segments): Likewise. * elf32-spu.c (spu_elf_additional_program_headers): Likewise. ld/testsuite/ * ld-elf/extract-symbol-1sec.d: Correct section lma.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 54244d9..5e51bac 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-29 Alan Modra <amodra@bigpond.net.au>
+
+ PR 6789
+ * elf.c (assign_file_positions_for_load_sections): Call
+ _bfd_elf_map_sections_to_segments, not elf_modify_segment_map.
+ (get_program_header_size): Protect against NULL info.
+ (_bfd_elf_map_sections_to_segments): Likewise.
+ * elf32-spu.c (spu_elf_additional_program_headers): Likewise.
+
2008-09-29 Nick Clifton <nickc@redhat.com>
* po/vi.po: Updated Vietnamese translation.
@@ -16,7 +25,8 @@
2008-09-17 Bob Wilson <bob.wilson@acm.org>
- * elf32-xtensa.c (elf_xtensa_check_relocs): Check for negative refcount.
+ * elf32-xtensa.c (elf_xtensa_check_relocs): Check for negative
+ refcount.
2008-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>