public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add missing initialization for netbsd_core_vec
@ 2011-08-05 12:40 Mark Kettenis
  0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2011-08-05 12:40 UTC (permalink / raw)
  To: binutils

The netbsd-core.c module was missed when the match_priority field was
added to bfd_target.  Makes GDB build again for several OpenBSD targets.

Committed as obvious.

2011-08-05  Mark Kettenis  <kettenis@gnu.org>

	* netbsd-core.c (netbsd_core_vec): Init match_priority field.

Index: netbsd-core.c
===================================================================
RCS file: /cvs/src/src/bfd/netbsd-core.c,v
retrieving revision 1.29
diff -u -p -r1.29 netbsd-core.c
--- netbsd-core.c	1 Sep 2010 13:51:35 -0000	1.29
+++ netbsd-core.c	5 Aug 2011 12:29:00 -0000
@@ -281,6 +281,7 @@ const bfd_target netbsd_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.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-05 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05 12:40 [PATCH] Add missing initialization for netbsd_core_vec Mark Kettenis

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).