diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-22 22:55:42 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-24 00:39:00 -0400 |
commit | c0931f26e3923c75a3edc114175bb88dc11c5497 (patch) | |
tree | e352709710de2ed554bab1d607f580de275d94cf /sim/sh64 | |
parent | fe83b8a8d369e28dcfab42ee9f4b6d9cef3370c0 (diff) | |
download | gdb-c0931f26e3923c75a3edc114175bb88dc11c5497.zip gdb-c0931f26e3923c75a3edc114175bb88dc11c5497.tar.gz gdb-c0931f26e3923c75a3edc114175bb88dc11c5497.tar.bz2 |
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.
Diffstat (limited to 'sim/sh64')
-rw-r--r-- | sim/sh64/ChangeLog | 4 | ||||
-rw-r--r-- | sim/sh64/tconfig.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index 8692f0f..beda6be 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,5 +1,9 @@ 2015-03-24 Mike Frysinger <vapier@gentoo.org> + * tconfig.h (SIM_HAVE_BIENDIAN): Delete. + +2015-03-24 Mike Frysinger <vapier@gentoo.org> + * configure: Regenerate. 2015-03-24 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/sh64/tconfig.h b/sim/sh64/tconfig.h index 9d64be9..dbcf232 100644 --- a/sim/sh64/tconfig.h +++ b/sim/sh64/tconfig.h @@ -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 |