diff options
author | Alan Modra <amodra@gmail.com> | 2008-01-21 04:56:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-01-21 04:56:47 +0000 |
commit | fbb3bb987c92182580d418b9bb824497912e891e (patch) | |
tree | 00429ee2b8c18a0cbf186c5e998ac3a616d09b5d /bfd/ChangeLog | |
parent | 297d8443d0808af8481160aa1c5e20b00cc19234 (diff) | |
download | gdb-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/ChangeLog | 6 |
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> |