aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-24 17:26:54 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-24 20:11:26 -0500
commitbd3fb5b8fb33adb751407a128e1f2240dfb215d9 (patch)
treed759f0952a9ecdbc4dbd7df8572357e86d87fbee /sim/h8300/ChangeLog
parent84e8e361dd3a3dd7314759f7f07927dac401d0e6 (diff)
downloadgdb-bd3fb5b8fb33adb751407a128e1f2240dfb215d9.zip
gdb-bd3fb5b8fb33adb751407a128e1f2240dfb215d9.tar.gz
gdb-bd3fb5b8fb33adb751407a128e1f2240dfb215d9.tar.bz2
sim: h8300: move h8300-specific options out of common code
Register the options in sim_open like other arches to avoid having to hack up the common modules.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index f54d697..d566a65 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,5 +1,13 @@
2015-12-24 Mike Frysinger <vapier@gentoo.org>
+ * compile.c (H8300_OPTIONS): New enum from common/sim-options.c.
+ (h8300_option_handler): New func from common/sim-options.c.
+ (h8300_options): New options from common/sim-options.c.
+ (sim_open): Call sim_add_option_table.
+ * tconfig.h: Delete file.
+
+2015-12-24 Mike Frysinger <vapier@gentoo.org>
+
* tconfig.h (SIM_HAVE_SIMCACHE): Delete.
2015-11-21 Mike Frysinger <vapier@gentoo.org>