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/sh/ChangeLog | 4 ++++ sim/sh/Makefile.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'sim/sh') diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index d19a881..b10484b 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,7 @@ +2015-11-15 Mike Frysinger + + * Makefile.in (SIM_OBJS): Delete sim-stop.o. + 2015-11-14 Mike Frysinger * interp.c (sim_close): Delete. diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index 236af86..d8f4e36 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -21,7 +21,6 @@ SIM_OBJS = \ interp.o \ $(SIM_NEW_COMMON_OBJS) \ sim-hload.o \ - sim-stop.o \ table.o SIM_EXTRA_LIBS = -lm SIM_EXTRA_CLEAN = sh-clean -- cgit v1.1