diff options
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 c474abe..85cf559 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_PROFILE is deprecated. + +2015-03-24 Mike Frysinger <vapier@gentoo.org> + * tconfig.h: Note SIM_HAVE_BIENDIAN is deprecated. 2015-03-24 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/common/tconfig.h b/sim/common/tconfig.h index 4df076e..9cf9687 100644 --- a/sim/common/tconfig.h +++ b/sim/common/tconfig.h @@ -5,7 +5,8 @@ /* Define this if the simulator supports profiling. See the mips simulator for an example. This enables the `-p foo' and `-s bar' options. - The target is required to provide sim_set_profile{,_size}. */ + The target is required to provide sim_set_profile{,_size}. + TODO: This is specific to the old run.o main. */ /* #define SIM_HAVE_PROFILE */ /* Define this if the simulator uses an instruction cache. |