diff options
-rw-r--r-- | sim/ft32/ChangeLog | 5 | ||||
-rw-r--r-- | sim/ft32/Makefile.in | 17 | ||||
-rw-r--r-- | sim/h8300/ChangeLog | 4 | ||||
-rw-r--r-- | sim/h8300/Makefile.in | 3 | ||||
-rw-r--r-- | sim/lm32/ChangeLog | 4 | ||||
-rw-r--r-- | sim/lm32/Makefile.in | 1 | ||||
-rw-r--r-- | sim/m68hc11/ChangeLog | 4 | ||||
-rw-r--r-- | sim/m68hc11/Makefile.in | 1 |
8 files changed, 19 insertions, 20 deletions
diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog index bb41fb8..00ddbdd 100644 --- a/sim/ft32/ChangeLog +++ b/sim/ft32/ChangeLog @@ -1,5 +1,10 @@ 2015-11-14 Mike Frysinger <vapier@gentoo.org> + * Makefile.in (SIM_OBJS): Delete objects listed in + SIM_NEW_COMMON_OBJS. + +2015-11-14 Mike Frysinger <vapier@gentoo.org> + * interp.c (sim_close): Delete. 2015-09-29 James Bowman <james.bowman@ftdichip.com> diff --git a/sim/ft32/Makefile.in b/sim/ft32/Makefile.in index 69bf060..13dcfcb 100644 --- a/sim/ft32/Makefile.in +++ b/sim/ft32/Makefile.in @@ -21,25 +21,10 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ interp.o \ - sim-bits.o \ - sim-config.o \ - sim-core.o \ - sim-endian.o \ - sim-events.o \ - sim-fpu.o \ sim-hload.o \ - sim-io.o \ - sim-load.o \ - sim-memopt.o \ - sim-module.o \ - sim-options.o \ - sim-profile.o \ sim-reason.o \ sim-reg.o \ sim-resume.o \ - sim-signal.o \ - sim-stop.o \ - sim-trace.o \ - sim-utils.o + sim-stop.o ## COMMON_POST_CONFIG_FRAG diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index b50c1a1..2a12f28 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/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> + * compile.c (sim_close): Delete. 2015-11-09 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index da68255..c8e2ac7 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -18,8 +18,7 @@ ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = compile.o \ - $(SIM_NEW_COMMON_OBJS) \ - sim-load.o + $(SIM_NEW_COMMON_OBJS) ## COMMON_POST_CONFIG_FRAG diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index 59d3aa1..e55d42f 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,5 +1,9 @@ 2015-11-14 Mike Frysinger <vapier@gentoo.org> + * Makefile.in (SIM_OBJS): Delete sim-signal.o. + +2015-11-14 Mike Frysinger <vapier@gentoo.org> + * sim-if.c (sim_close): Delete. 2015-06-23 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in index 8bbe014..64e7483 100644 --- a/sim/lm32/Makefile.in +++ b/sim/lm32/Makefile.in @@ -9,7 +9,6 @@ SIM_OBJS = \ sim-hload.o \ sim-model.o \ sim-reg.o \ - sim-signal.o \ cgen-utils.o cgen-trace.o cgen-scache.o \ cgen-run.o sim-reason.o sim-stop.o \ sim-if.o arch.o \ diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index ba2db62..ba8df96 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 98b811a..f1c8048 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 \ |