Fix build error on mips-irix (missing match_priority)
authorJoel Brobecker <brobecker@gnat.com>
Tue, 7 Jun 2011 19:50:08 +0000 (19:50 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 7 Jun 2011 19:50:08 +0000 (19:50 +0000)
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.

bfd/ChangeLog
bfd/irix-core.c

index bd3895a..56267c4 100644 (file)
@@ -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.
index eb930a4..6702cc7 100644 (file)
@@ -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 */