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:
parent
cdf850e9d9
commit
c389945b7a
4 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#ifndef SIM_MAIN_H
|
||||
#define SIM_MAIN_H
|
||||
|
||||
#define WITH_CORE
|
||||
#define WITH_WATCHPOINTS 1
|
||||
#define SIM_HANDLES_LMA 1
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
/* General config options */
|
||||
|
||||
#define WITH_CORE
|
||||
#define WITH_WATCHPOINTS 1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue