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/mips | |
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/mips')
-rw-r--r-- | sim/mips/ChangeLog | 5 | ||||
-rw-r--r-- | sim/mips/sim-main.h | 3 | ||||
-rw-r--r-- | sim/mips/tconfig.h | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index d5f8ec0..996144d 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,10 @@ 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. 2015-03-23 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index 53acf68..3c0e9bb 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -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 diff --git a/sim/mips/tconfig.h b/sim/mips/tconfig.h index 95e66b4..fd97c3c 100644 --- a/sim/mips/tconfig.h +++ b/sim/mips/tconfig.h @@ -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 |