aboutsummaryrefslogtreecommitdiff
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/irix-core.c
parentgdb/ (diff)
downloadbinutils-gdb-1d859532c2502eb48d132591d3be80f468e2d381.tar.gz
binutils-gdb-1d859532c2502eb48d132591d3be80f468e2d381.tar.bz2
binutils-gdb-1d859532c2502eb48d132591d3be80f468e2d381.zip
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/irix-core.c')
-rw-r--r--bfd/irix-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/irix-core.c b/bfd/irix-core.c
index eb930a4d2e8..6702cc7d9b5 100644
--- a/bfd/irix-core.c
+++ b/bfd/irix-core.c
@@ -293,6 +293,7 @@ const bfd_target irix_core_vec =
0, /* symbol prefix */
' ', /* ar_pad_char */
16, /* ar_max_namelen */
+ 0, /* match_priority */
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit data */
NO_GET, NO_GETS, NO_PUT, /* 32 bit data */
NO_GET, NO_GETS, NO_PUT, /* 16 bit data */