sim: mn10300/v850: drop unused WITH_CORE define

This was dropped from the sim core in 1997, so no point in having these
sim ports continue to define it.
This commit is contained in:
Mike Frysinger 2015-11-17 00:24:35 -08:00
parent cdf850e9d9
commit c389945b7a
4 changed files with 8 additions and 2 deletions

View File

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

View File

@ -22,7 +22,6 @@
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
#define WITH_CORE
#define WITH_WATCHPOINTS 1
#define SIM_HANDLES_LMA 1

View File

@ -1,3 +1,7 @@
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.

View File

@ -3,7 +3,6 @@
/* General config options */
#define WITH_CORE
#define WITH_WATCHPOINTS 1