aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-05-23 03:35:59 +0000
committerAlan Modra <amodra@gmail.com>2013-05-23 03:35:59 +0000
commit03ae2d5e4fc9d1b19a13237be3d9e4081b865a33 (patch)
treed032e71368a5bceb6f2932f4ac0ce36811ab74a2 /bfd/ChangeLog
parent2c573464eb31ba4ac974ee7949ad481d7e7be808 (diff)
downloadgdb-03ae2d5e4fc9d1b19a13237be3d9e4081b865a33.zip
gdb-03ae2d5e4fc9d1b19a13237be3d9e4081b865a33.tar.gz
gdb-03ae2d5e4fc9d1b19a13237be3d9e4081b865a33.tar.bz2
* format.c (bfd_check_format_matches): Don't match a target in
targ_selvecs if some other target is a better match. If targets implement match priority, fall back to the first of the best matches.
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 e4c87be..d01e687 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2013-05-23 Alan Modra <amodra@gmail.com>
+
+ * format.c (bfd_check_format_matches): Don't match a target in
+ targ_selvecs if some other target is a better match. If
+ targets implement match priority, fall back to the first of
+ the best matches.
+
2013-05-22 Eric Herman <eric@freesa.org>
PR binutils/15462