public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* fix netbsd build
@ 2010-09-01 13:58 Pedro Alves
  0 siblings, 0 replies; only message in thread
From: Pedro Alves @ 2010-09-01 13:58 UTC (permalink / raw)
  To: binutils

It was brought to my attention that the build is broken on netbsd 5.1
due to my recent bfd_core_file_pid change.
I've applied the obvious patch below to fix it.

-- 
Pedro Alves

2010-09-01  Pedro Alves  <pedro@codesourcery.com>

	* netbsd-core.c (netbsd_core_core_file_pid): Renamed to ...
	(netbsd_core_file_pid): ... this.

---
 bfd/netbsd-core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: src/bfd/netbsd-core.c
===================================================================
--- src.orig/bfd/netbsd-core.c	2010-08-18 15:07:25.000000000 +0100
+++ src/bfd/netbsd-core.c	2010-09-01 14:41:37.000000000 +0100
@@ -44,7 +44,7 @@
 #define SPARC64_WCOOKIE_OFFSET	832
 
 #define netbsd_core_file_matches_executable_p generic_core_file_matches_executable_p
-#define netbsd_core_core_file_pid _bfd_nocore_core_file_pid
+#define netbsd_core_file_pid _bfd_nocore_core_file_pid
 
 struct netbsd_core_struct
 {

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

only message in thread, other threads:[~2010-09-01 13:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-01 13:58 fix netbsd build Pedro Alves

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