summaryrefslogtreecommitdiff
path: root/sim/m68hc11
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-15 02:43:11 -0500
committerMike Frysinger <vapier@gentoo.org>2015-11-15 02:43:11 -0500
commitd2dfd2424284bedaade2a203a51ea82364270a92 (patch)
tree9f8eec658f2ab79043c7ec5a2c81274a9b473d1b /sim/m68hc11
parent6e4f085c7f459e0777a71bcb61ed3aa8257fa386 (diff)
downloadbinutils-gdb-d2dfd2424284bedaade2a203a51ea82364270a92.tar.gz
sim: clean up redundant objects
Some of the target makefiles listed objects that were already pulled in via SIM_NEW_COMMON_OBJS. Clean those up.
Diffstat (limited to 'sim/m68hc11')
-rw-r--r--sim/m68hc11/ChangeLog4
-rw-r--r--sim/m68hc11/Makefile.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index ba2db62b6e2..ba8df9616a8 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,5 +1,9 @@
2015-11-14 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.in (SIM_OBJS): Delete sim-load.o.
+
+2015-11-14 Mike Frysinger <vapier@gentoo.org>
+
* interp.c (sim_close): Delete.
2015-06-23 Mike Frysinger <vapier@gentoo.org>
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in
index 98b811a2648..f1c80484bf8 100644
--- a/sim/m68hc11/Makefile.in
+++ b/sim/m68hc11/Makefile.in
@@ -22,7 +22,6 @@ M68HC11_OBJS = interp.o m68hc11int.o m68hc12int.o \
SIM_OBJS = $(M68HC11_OBJS) \
$(SIM_NEW_COMMON_OBJS) \
- sim-load.o \
sim-hload.o \
sim-stop.o \
sim-reason.o \