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/mips/ChangeLog | 4 ++++ sim/mips/Makefile.in | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sim/mips') diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 149abb1..706b0fc 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/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 * interp.c (sim_close): Rename to ... diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index f02e1bd..489e9cf 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -70,9 +70,7 @@ SIM_OBJS = \ dsp.o \ sim-main.o \ sim-hload.o \ - sim-stop.o \ sim-resume.o \ - sim-reason.o \ # List of flags to always pass to $(CC). -- cgit v1.1