aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-03-26 01:40:40 +0000
committerAlan Modra <amodra@gmail.com>2010-03-26 01:40:40 +0000
commit1352b58a73806af902717edb51b732a9f5a6af84 (patch)
treecaa1a3d8d5a7368828d3636a793b1742510d7b62 /bfd/ChangeLog
parent6abec6bce3a041b05efe8b3581574ee4b4bfcd42 (diff)
downloadgdb-1352b58a73806af902717edb51b732a9f5a6af84.zip
gdb-1352b58a73806af902717edb51b732a9f5a6af84.tar.gz
gdb-1352b58a73806af902717edb51b732a9f5a6af84.tar.bz2
* archive.c (_bfd_compute_and_write_armap): Allow symbols flagged
as unique in the armap.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e0061dc..4aba050 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-26 Matt Rice <ratmice@gmail.com>
+
+ * archive.c (_bfd_compute_and_write_armap): Allow symbols flagged
+ as unique in the armap.
+
2010-03-26 Alan Modra <amodra@gmail.com>
PR ld/11375
@@ -369,7 +374,7 @@
elfcore_write_s390_prefix): New.
(elfcore_grok_note): Handle NT_S390_TIMER, NT_S390_TODCMP,
NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
- (elfcore_write_register_note): Handle .reg-s390-timer,
+ (elfcore_write_register_note): Handle .reg-s390-timer,
.reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
.reg-s390-prefix section.
@@ -765,10 +770,10 @@
2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
Alan Modra <amodra@gmail.com>
- * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff.
+ * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff.
(elf_object_p): Read e_phnum extension.
(elf_write_shdrs_and_ehdr): Write e_phnum extension.
- * elfcore.h (elf_core_file_p): Read e_phnum extension. Sanity check
+ * elfcore.h (elf_core_file_p): Read e_phnum extension. Sanity check
that we can read last program header.
2010-01-19 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>