sim: clean up SIM_HAVE_BIENDIAN
authorMike Frysinger <vapier@gentoo.org>
Mon, 23 Mar 2015 02:55:42 +0000 (22:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 24 Mar 2015 04:39:00 +0000 (00:39 -0400)
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.

sim/common/ChangeLog
sim/common/tconfig.h
sim/mips/ChangeLog
sim/mips/sim-main.h
sim/mips/tconfig.h
sim/sh64/ChangeLog
sim/sh64/tconfig.h

index 655d98ac22ddb3ee71f746a4d8021cbb4d12396c..c474abebb8093dfd562d6c3b7771d1358648b1cf 100644 (file)
@@ -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
index fd8b5be47fe1619c41092959d92f6607fbfeb125..4df076ee0c5d26b2c9c253fea4795ee3ebff5c81 100644 (file)
@@ -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 */
index d5f8ec086e6dd8573753c4035f9b1c7270d4e1f9..996144d6cb3a5463a9dad4f26177ce962555f882 100644 (file)
@@ -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.
index 53acf68216e79e05efea4e83a2b705432a58602a..3c0e9bb9cbfca60f72f00ada737f8512b4ab6455 100644 (file)
@@ -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
index 95e66b4dad5ac4b176b16a4ea1c2c5ea21e9d551..fd97c3c0ad5e4b44d592337785ee517a9e65faa6 100644 (file)
@@ -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
index 8692f0fd5fa3beb5c81666f37a2ddd5cf5140625..beda6bec3eb6239b57f07aa6765aa13377bc0a27 100644 (file)
@@ -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.
index 9d64be9e703736c0f2923f6a624e6ec0820544da..dbcf232c083670d5820dd1f1374a740e064f1ae7 100644 (file)
@@ -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
This page took 0.032486 seconds and 4 git commands to generate.