public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix build error on mips-irix (missing match_priority)
@ 2011-06-07 19:54 Joel Brobecker
  2011-06-08  0:17 ` Alan Modra
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Brobecker @ 2011-06-07 19:54 UTC (permalink / raw)
  To: binutils; +Cc: Joel Brobecker

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.

Checked in (I also tested GDB on mips-irix).

---
 bfd/ChangeLog   |    4 ++++
 bfd/irix-core.c |    1 +
 2 files changed, 5 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.
diff --git a/bfd/irix-core.c b/bfd/irix-core.c
index eb930a4..6702cc7 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 */
-- 
1.7.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix build error on mips-irix (missing match_priority)
  2011-06-07 19:54 [PATCH] Fix build error on mips-irix (missing match_priority) Joel Brobecker
@ 2011-06-08  0:17 ` Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2011-06-08  0:17 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: binutils

On Tue, Jun 07, 2011 at 12:53:38PM -0700, Joel Brobecker wrote:
> 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.

Oops, I forgot those core files are not built with --enable-targets=all.
I've committed a patch to fix the following files too.

	* aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c,
	* sco5-core.c: Init match_priority field.

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-08  0:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-07 19:54 [PATCH] Fix build error on mips-irix (missing match_priority) Joel Brobecker
2011-06-08  0:17 ` Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).