public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add netbsd-core to optional backends
@ 2016-01-21 10:29 Kamil Rytarowski
  0 siblings, 0 replies; 3+ messages in thread
From: Kamil Rytarowski @ 2016-01-21 10:29 UTC (permalink / raw)
  To: gdb-patches

This fixes NetBSD build with BSD and GNU make(1).

bfd/ChangeLog:

	* Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
	(OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
	* Makefile.in: Regenerated.
---
 bfd/ChangeLog   | 6 ++++++
 bfd/Makefile.am | 2 ++
 bfd/Makefile.in | 2 ++
 3 files changed, 10 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 739393d..48e504a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-21  Kamil Rytarowski  <n54@gmx.com>
+
+	* Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
+	(OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
+	* Makefile.in: Regenerated.
+
 2016-01-20  Mickael Guene  <mickael.guene@st.com>
 
 	* elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index cb3a856..d9ae659 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -738,6 +738,7 @@ OPTIONAL_BACKENDS = \
 	hpux-core.lo \
 	irix-core.lo \
 	lynx-core.lo \
+	netbsd-core.lo \
 	osf-core.lo \
 	rs6000-core.lo \
 	sco5-core.lo \
@@ -749,6 +750,7 @@ OPTIONAL_BACKENDS_CFILES = \
 	hpux-core.c \
 	irix-core.c \
 	lynx-core.c \
+	netbsd-core.c \
 	osf-core.c \
 	rs6000-core.c \
 	sco5-core.c \
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 6b90be7..784d55d 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -1043,6 +1043,7 @@ OPTIONAL_BACKENDS = \
 	hpux-core.lo \
 	irix-core.lo \
 	lynx-core.lo \
+	netbsd-core.lo \
 	osf-core.lo \
 	rs6000-core.lo \
 	sco5-core.lo \
@@ -1054,6 +1055,7 @@ OPTIONAL_BACKENDS_CFILES = \
 	hpux-core.c \
 	irix-core.c \
 	lynx-core.c \
+	netbsd-core.c \
 	osf-core.c \
 	rs6000-core.c \
 	sco5-core.c \
-- 
2.6.4

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

end of thread, other threads:[~2016-02-01 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1453372887-1074-1-git-send-email-n54@gmx.com>
2016-01-28 17:40 ` [PATCH] Add netbsd-core to optional backends Kamil Rytarowski
     [not found] ` <56AF355E.9090702@redhat.com>
2016-02-01 23:31   ` Kamil Rytarowski
2016-01-21 10:29 Kamil Rytarowski

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