sim: clean up SIM_HAVE_BIENDIAN
This define only applies when using the old run.o main. Document it as such, and delete it from mips/sh64 since both use nrun.o now.
This commit is contained in:
parent
fe83b8a8d3
commit
c0931f26e3
@ -1,3 +1,7 @@
|
||||
2015-03-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* tconfig.h: Note SIM_HAVE_BIENDIAN is deprecated.
|
||||
|
||||
2015-03-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* acinclude.m4 (SIM_AC_OPTION_HARDWARE): Move default option setting
|
||||
|
@ -15,5 +15,6 @@
|
||||
/* #define SIM_HAVE_SIMCACHE */
|
||||
|
||||
/* Define this if the target cpu is bi-endian
|
||||
and the simulator supports it. */
|
||||
and the simulator supports it.
|
||||
TODO: This is specific to the old run.o main. */
|
||||
/* #define SIM_HAVE_BIENDIAN */
|
||||
|
@ -1,3 +1,8 @@
|
||||
2015-03-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-main.h (SIM_HAVE_BIENDIAN): Delete.
|
||||
* tconfig.h (SIM_HAVE_BIENDIAN): Delete.
|
||||
|
||||
2015-03-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -24,9 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
/* #define SIM_ENGINE_HALT_HOOK(SD, LAST_CPU, CIA) */
|
||||
/* #define SIM_ENGINE_RESUME_HOOK(SD, LAST_CPU, CIA) */
|
||||
|
||||
#define SIM_HAVE_BIENDIAN
|
||||
|
||||
|
||||
/* hobble some common features for moment */
|
||||
#define WITH_WATCHPOINTS 1
|
||||
#define WITH_MODULO_MEMORY 1
|
||||
|
@ -19,9 +19,5 @@
|
||||
The target is required to provide sim_set_simcache_size. */
|
||||
/* #define SIM_HAVE_SIMCACHE */
|
||||
|
||||
/* Define this if the target cpu is bi-endian
|
||||
and the simulator supports it. */
|
||||
#define SIM_HAVE_BIENDIAN
|
||||
|
||||
/* MIPS uses an unusual format for floating point quiet NaNs. */
|
||||
#define SIM_QUIET_NAN_NEGATED
|
||||
|
@ -1,3 +1,7 @@
|
||||
2015-03-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* tconfig.h (SIM_HAVE_BIENDIAN): Delete.
|
||||
|
||||
2015-03-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -34,6 +34,3 @@
|
||||
and -pbb. However some cpu families may use -simple while others use
|
||||
one of -scache/-pbb. ???? */
|
||||
#define WITH_SCACHE_PBB 1
|
||||
|
||||
/* Define this if the target cpu is bi-endian and the simulator supports it. */
|
||||
#define SIM_HAVE_BIENDIAN
|
||||
|
Loading…
Reference in New Issue
Block a user