aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-01-21 04:56:47 +0000
committerAlan Modra <amodra@gmail.com>2008-01-21 04:56:47 +0000
commitfbb3bb987c92182580d418b9bb824497912e891e (patch)
tree00429ee2b8c18a0cbf186c5e998ac3a616d09b5d /bfd/ChangeLog
parent297d8443d0808af8481160aa1c5e20b00cc19234 (diff)
downloadgdb-fbb3bb987c92182580d418b9bb824497912e891e.zip
gdb-fbb3bb987c92182580d418b9bb824497912e891e.tar.gz
gdb-fbb3bb987c92182580d418b9bb824497912e891e.tar.bz2
PR 4453
* format.c (bfd_check_format_matches): Don't accept archives as fully matching unless they have a map.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 62d485b..85d809a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2008-01-21 Alan Modra <amodra@bigpond.net.au>
+ PR 4453
+ * format.c (bfd_check_format_matches): Don't accept archives as
+ fully matching unless they have a map.
+
+2008-01-21 Alan Modra <amodra@bigpond.net.au>
+
* elflink.c (_bfd_elf_link_output_relocs): Correct error return.
2008-01-21 Alan Modra <amodra@bigpond.net.au>