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/cr16 | |
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/cr16')
-rw-r--r-- | sim/cr16/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog index c63586a..b23e0cb 100644 --- a/sim/cr16/ChangeLog +++ b/sim/cr16/ChangeLog @@ -1,3 +1,10 @@ +2015-12-24 Mike Frysinger <vapier@gentoo.org> + + * sim-if.c (cris_option_install): Delete. + (sim_open): Call sim_add_option_table. + * tconfig.h: Delete sim-module.h include. + (MODULE_INSTALL_FN, MODULE_LIST): Delete. + 2015-11-15 Mike Frysinger <vapier@gentoo.org> * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and |