public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: sh64: delete dv-sockser references
@ 2015-03-23  7:24 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2015-03-23  7:24 UTC (permalink / raw)
  To: gdb-patches

This sim doesn't actually use dv-sockser code anywhere, so drop references
to it in its build files.

Committed.
---
 sim/sh64/ChangeLog   | 5 +++++
 sim/sh64/Makefile.in | 6 +-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog
index ca0dee6..0cb1075 100644
--- a/sim/sh64/ChangeLog
+++ b/sim/sh64/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-23  Mike Frysinger  <vapier@gentoo.org>
+
+	* Makefile.in (CONFIG_DEVICES): Delete.
+	(SIM_OBJS): Delete CONFIG_DEVICES.
+
 2015-03-16  Mike Frysinger  <vapier@gentoo.org>
 
 	* aclocal.m4, config.in, configure: Regenerate.
diff --git a/sim/sh64/Makefile.in b/sim/sh64/Makefile.in
index 6c23ad9..3df481c 100644
--- a/sim/sh64/Makefile.in
+++ b/sim/sh64/Makefile.in
@@ -21,9 +21,6 @@ SH64_OBJS = sh64.o cpu.o sh-desc.o \
 	decode-compact.o sem-compact.o mloop-compact.o \
 	decode-media.o sem-media.o mloop-media.o
 
-CONFIG_DEVICES = dv-sockser.o
-CONFIG_DEVICES =
-
 SIM_OBJS = \
 	$(SIM_NEW_COMMON_OBJS) \
 	sim-cpu.o \
@@ -34,8 +31,7 @@ SIM_OBJS = \
 	cgen-utils.o cgen-trace.o cgen-scache.o \
 	cgen-run.o sim-reason.o sim-engine.o sim-stop.o \
 	sim-if.o arch.o \
-	$(SH64_OBJS) \
-	$(CONFIG_DEVICES)
+	$(SH64_OBJS)
 
 # Extra headers included by sim-main.h.
 SIM_EXTRA_DEPS = \
-- 
2.3.3

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

only message in thread, other threads:[~2015-03-23  7:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23  7:24 [PATCH] sim: sh64: delete dv-sockser references Mike Frysinger

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