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/common | |
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/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/tconfig.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 655d98a..c474abe 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,9 @@ 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 of enable_sim_hardware to AC_ARG_ENABLE. diff --git a/sim/common/tconfig.h b/sim/common/tconfig.h index fd8b5be..4df076e 100644 --- a/sim/common/tconfig.h +++ b/sim/common/tconfig.h @@ -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 */ |