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: cris: delete unused CONFIG_DEVICES


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

commit 7722e5b8022b5177a1788a48c6c1c6d7b11315ef
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Mar 23 23:09:39 2015 -0400

    sim: cris: delete unused CONFIG_DEVICES
    
    Looks like unused copy & paste from other sim ports.  Drop it.

Diff:
---
 sim/cris/ChangeLog   | 5 +++++
 sim/cris/Makefile.in | 3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog
index f193ae2..8d2905f 100644
--- a/sim/cris/ChangeLog
+++ b/sim/cris/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/cris/Makefile.in b/sim/cris/Makefile.in
index 1281ac3..0b44401 100644
--- a/sim/cris/Makefile.in
+++ b/sim/cris/Makefile.in
@@ -22,8 +22,6 @@
 CRISV10F_OBJS = crisv10f.o cpuv10.o decodev10.o modelv10.o mloopv10f.o
 CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o modelv32.o mloopv32f.o
 
-CONFIG_DEVICES =
-
 SIM_OBJS = \
 	$(SIM_NEW_COMMON_OBJS) \
 	sim-cpu.o \
@@ -36,7 +34,6 @@ SIM_OBJS = \
 	$(CRISV10F_OBJS) \
 	$(CRISV32F_OBJS) \
 	traps.o devices.o \
-	$(CONFIG_DEVICES) \
 	cris-desc.o
 
 # Extra headers included by sim-main.h.


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