diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-22 23:16:01 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-24 00:48:40 -0400 |
commit | 523ba8f92e3ff4c49f65b582c89b4563b1b665ad (patch) | |
tree | fc9297b3e65fa57d9718c1f095920c45fe6abb0b /sim/common | |
parent | c4a6006b2e1b42124c90ea86597be3df0a177a4e (diff) | |
download | gdb-523ba8f92e3ff4c49f65b582c89b4563b1b665ad.zip gdb-523ba8f92e3ff4c49f65b582c89b4563b1b665ad.tar.gz gdb-523ba8f92e3ff4c49f65b582c89b4563b1b665ad.tar.bz2 |
sim: erc32/h8300/m68hc11: trim unused functions
These funcs are only used with the old run.o, and these sims use nrun.o,
so drop these stub funcs.
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. |