This is the mail archive of the gdb-patches@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]

[PATCH] sim: mn10300/v850: drop unused WITH_CORE define [committed]


This was dropped from the sim core in 1997, so no point in having these
sim ports continue to define it.
---
 sim/mn10300/ChangeLog  | 4 ++++
 sim/mn10300/sim-main.h | 1 -
 sim/v850/ChangeLog     | 4 ++++
 sim/v850/sim-main.h    | 1 -
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index b7a45b3..7a9d3b3 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-17  Mike Frysinger  <vapier@gentoo.org>
+
+	* sim-main.h (WITH_CORE): Delete.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
 	* Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
diff --git a/sim/mn10300/sim-main.h b/sim/mn10300/sim-main.h
index 847506e..2b06de0 100644
--- a/sim/mn10300/sim-main.h
+++ b/sim/mn10300/sim-main.h
@@ -22,7 +22,6 @@
 #ifndef SIM_MAIN_H
 #define SIM_MAIN_H
 
-#define WITH_CORE
 #define WITH_WATCHPOINTS 1
 #define SIM_HANDLES_LMA 1
 
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog
index 7efd9d1..59cdf8d 100644
--- a/sim/v850/ChangeLog
+++ b/sim/v850/ChangeLog
@@ -1,5 +1,9 @@
 2015-11-17  Mike Frysinger  <vapier@gentoo.org>
 
+	* sim-main.h (WITH_CORE): Delete.
+
+2015-11-17  Mike Frysinger  <vapier@gentoo.org>
+
 	* sim-main.h (WITH_MODULO_MEMORY): Delete.
 
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
diff --git a/sim/v850/sim-main.h b/sim/v850/sim-main.h
index 0c041ba..23b23cb 100644
--- a/sim/v850/sim-main.h
+++ b/sim/v850/sim-main.h
@@ -3,7 +3,6 @@
 
 /* General config options */
 
-#define WITH_CORE
 #define WITH_WATCHPOINTS 1
 
 
-- 
2.6.2


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