diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 15:49:31 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 20:34:07 -0500 |
commit | 9db2b719087eb42cfb31018fe87657243f6185c9 (patch) | |
tree | 7beaaeebef0faa8cea69778165bc87ca3995f849 /sim/cris/tconfig.h | |
parent | cec19744887931294e9d4a1dfa4fa8bd42e57ae5 (diff) | |
download | gdb-9db2b719087eb42cfb31018fe87657243f6185c9.zip gdb-9db2b719087eb42cfb31018fe87657243f6185c9.tar.gz gdb-9db2b719087eb42cfb31018fe87657243f6185c9.tar.bz2 |
sim: cris: move option install to sim_open
We've moved custom option install for other targets to sim_open, so update
cris too. It's the last one using MODULE_LIST, so we can drop that from
the common code too.
Diffstat (limited to 'sim/cris/tconfig.h')
-rw-r--r-- | sim/cris/tconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/cris/tconfig.h b/sim/cris/tconfig.h index 8f82ac7..e512c3d 100644 --- a/sim/cris/tconfig.h +++ b/sim/cris/tconfig.h @@ -30,10 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 1 -#include "sim-module.h" -extern MODULE_INSTALL_FN cris_option_install; -#define MODULE_LIST cris_option_install, - #define SIM_HAVE_MODEL /* This is a global setting. Different cpu families can't mix-n-match -scache |