From 797eee4264d1b504aabcbcabb6de2f1108441261 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Nov 2015 20:06:42 -0800 Subject: sim: sim-stop/sim-reason/sim-reg: move to common obj list Now that all arches (for the most part) have moved over, move sim-stop.o, sim-reason.o, and sim-reg.o to the common object list and out of all the arch ports. --- sim/m68hc11/ChangeLog | 4 ++++ sim/m68hc11/Makefile.in | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sim/m68hc11') diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index ba8df96..1f8d0cf 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,7 @@ +2015-11-15 Mike Frysinger + + * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o. + 2015-11-14 Mike Frysinger * Makefile.in (SIM_OBJS): Delete sim-load.o. diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index f1c8048..e6aa048 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -23,8 +23,6 @@ M68HC11_OBJS = interp.o m68hc11int.o m68hc12int.o \ SIM_OBJS = $(M68HC11_OBJS) \ $(SIM_NEW_COMMON_OBJS) \ sim-hload.o \ - sim-stop.o \ - sim-reason.o \ sim-resume.o SIM_PROFILE= -DPROFILE=1 -DWITH_PROFILE=-1 -- cgit v1.1