aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-06-04 04:07:54 +0000
committerAlan Modra <amodra@gmail.com>2011-06-04 04:07:54 +0000
commitd50ec8a7e1a44e1de5db93d18e7369c000cce008 (patch)
tree9e74098d9f4d8d66924aa613c2cd975db22aab74 /bfd/ChangeLog
parentf973cbf1c64682429604ed373cf7a0edbab76502 (diff)
downloadfsf-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/ChangeLog7
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