summaryrefslogtreecommitdiff
path: root/sim/m68hc11
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-03 03:44:02 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-03 04:23:10 -0500
commit61971b86bb897dc333fccffb7518056c83b99f45 (patch)
treebeeb919cc16f3b313869095a3ad18f0a5ba0280e /sim/m68hc11
parent34fed69938f1296b62354b2a825b49602fe7af50 (diff)
downloadbinutils-gdb-61971b86bb897dc333fccffb7518056c83b99f45.tar.gz
sim: clean up some more device detritus
Clean up some more remains of WITH_DEVICES that escaped notice. We also clean up GETTWI/SETTWI defines in a few ports where they were copied & pasted and are unused as they happen to be near the device code.
Diffstat (limited to 'sim/m68hc11')
-rw-r--r--sim/m68hc11/ChangeLog4
-rw-r--r--sim/m68hc11/sim-main.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index 1c22b2ae3b5..0ee8235ef92 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,5 +1,9 @@
2016-01-03 Mike Frysinger <vapier@gentoo.org>
+ * sim-main.h (sim_state): Delete devices member.
+
+2016-01-03 Mike Frysinger <vapier@gentoo.org>
+
* configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
* configure: Regenerate.
diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h
index 5e493997360..b940df7cdf0 100644
--- a/sim/m68hc11/sim-main.h
+++ b/sim/m68hc11/sim-main.h
@@ -567,7 +567,6 @@ extern void m68hc11cpu_set_port (struct hw *me, sim_cpu *cpu,
struct sim_state {
sim_cpu *cpu[MAX_NR_PROCESSORS];
- device *devices;
sim_state_base base;
};