aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-06-07 19:50:08 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-06-07 19:50:08 +0000
commit1d859532c2502eb48d132591d3be80f468e2d381 (patch)
treedfeff443e3885576cc05a3f5cc994a34e708fbe5 /bfd/ChangeLog
parent5be4dfca585c6713617a2773394ef98a4e9f3c9c (diff)
downloadgdb-1d859532c2502eb48d132591d3be80f468e2d381.zip
gdb-1d859532c2502eb48d132591d3be80f468e2d381.tar.gz
gdb-1d859532c2502eb48d132591d3be80f468e2d381.tar.bz2
Fix build error on mips-irix (missing match_priority)
A new field was recently added to struct bfd_target, and irix-core.c needs an update... bfd/ChangeLog: * irix-core.c (irix_core_vec): Add match_priority field.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bd3895a..56267c4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-07 Joel Brobecker <brobecker@adacore.com>
+
+ * irix-core.c (irix_core_vec): Add match_priority field.
+
2011-06-06 Alan Modra <amodra@gmail.com>
* targets.c (bfd_target): Make ar_max_namelen an unsigned char.