diff options
author | Alan Modra <amodra@gmail.com> | 2011-06-04 04:07:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-06-04 04:07:54 +0000 |
commit | d50ec8a7e1a44e1de5db93d18e7369c000cce008 (patch) | |
tree | 9e74098d9f4d8d66924aa613c2cd975db22aab74 /bfd/ChangeLog | |
parent | f973cbf1c64682429604ed373cf7a0edbab76502 (diff) | |
download | fsf-binutils-gdb-d50ec8a7e1a44e1de5db93d18e7369c000cce008.zip fsf-binutils-gdb-d50ec8a7e1a44e1de5db93d18e7369c000cce008.tar.gz fsf-binutils-gdb-d50ec8a7e1a44e1de5db93d18e7369c000cce008.tar.bz2 |
* archures.c (bfd_arch_get_compatible): If one arch is unknown,
return the other arch.
* elfcode.h (elf_object_p): Allow explicit match to generic ELF
target.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 034e9e7..30b34b6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2011-06-04 Alan Modra <amodra@gmail.com> + + * archures.c (bfd_arch_get_compatible): If one arch is unknown, + return the other arch. + * elfcode.h (elf_object_p): Allow explicit match to generic ELF + target. + 2011-06-03 Bertram Felgenhauer <bertram.felgenhauer@gmail.com> PR ld/12682 |