+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
/* #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 */
+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.
/* #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
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
+2015-03-24 Mike Frysinger <vapier@gentoo.org>
+
+ * tconfig.h (SIM_HAVE_BIENDIAN): Delete.
+
2015-03-24 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
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