This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] sim: iq2000/mn10300: drop dv-sockser.o references


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=66b0e85dcec9f7d268533208b5e4ab4630da1c44

commit 66b0e85dcec9f7d268533208b5e4ab4630da1c44
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Mar 23 22:57:36 2015 -0400

    sim: iq2000/mn10300: drop dv-sockser.o references
    
    The common code handles this for us now automatically.

Diff:
---
 sim/iq2000/ChangeLog    | 5 +++++
 sim/iq2000/Makefile.in  | 6 +-----
 sim/mn10300/ChangeLog   | 4 ++++
 sim/mn10300/Makefile.in | 3 +--
 4 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog
index 5fdf7d5..85aedad 100644
--- a/sim/iq2000/ChangeLog
+++ b/sim/iq2000/ChangeLog
@@ -1,5 +1,10 @@
 2015-03-23  Mike Frysinger  <vapier@gentoo.org>
 
+	* Makefile.in (CONFIG_DEVICES): Delete.
+	(SIM_OBJS): Delete CONFIG_DEVICES.
+
+2015-03-23  Mike Frysinger  <vapier@gentoo.org>
+
 	* configure: Regenerate.
 
 2015-03-16  Mike Frysinger  <vapier@gentoo.org>
diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in
index 57ce255..8068e60 100644
--- a/sim/iq2000/Makefile.in
+++ b/sim/iq2000/Makefile.in
@@ -19,9 +19,6 @@
 
 IQ2000_OBJS = iq2000.o cpu.o decode.o sem.o model.o mloop.o
 
-CONFIG_DEVICES = dv-sockser.o
-CONFIG_DEVICES =
-
 SIM_OBJS = \
 	$(SIM_NEW_COMMON_OBJS) \
 	sim-cpu.o \
@@ -32,8 +29,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 \
-	$(IQ2000_OBJS) \
-	$(CONFIG_DEVICES)
+	$(IQ2000_OBJS)
 
 # Extra headers included by sim-main.h.
 SIM_EXTRA_DEPS = \
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index 44a9f52..c009b26 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,5 +1,9 @@
 2015-03-23  Mike Frysinger  <vapier@gentoo.org>
 
+	* Makefile.in (MN10300_OBJS): Delete dv-sockser.o.
+
+2015-03-23  Mike Frysinger  <vapier@gentoo.org>
+
 	* configure: Regenerate.
 
 2015-03-23  Mike Frysinger  <vapier@gentoo.org>
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in
index 55b0a3f..cc04f9f 100644
--- a/sim/mn10300/Makefile.in
+++ b/sim/mn10300/Makefile.in
@@ -26,8 +26,7 @@ MN10300_OBJS = \
 	sim-hrw.o \
 	sim-resume.o \
 	sim-reason.o \
-	sim-stop.o \
-	dv-sockser.o
+	sim-stop.o
 
 SIM_OBJS = $(MN10300_OBJS) interp.o


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]