diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 02:43:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 02:43:11 -0500 |
commit | d2dfd2424284bedaade2a203a51ea82364270a92 (patch) | |
tree | 9f8eec658f2ab79043c7ec5a2c81274a9b473d1b /sim/lm32 | |
parent | 6e4f085c7f459e0777a71bcb61ed3aa8257fa386 (diff) | |
download | gdb-d2dfd2424284bedaade2a203a51ea82364270a92.zip gdb-d2dfd2424284bedaade2a203a51ea82364270a92.tar.gz gdb-d2dfd2424284bedaade2a203a51ea82364270a92.tar.bz2 |
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/lm32')
-rw-r--r-- | sim/lm32/ChangeLog | 4 | ||||
-rw-r--r-- | sim/lm32/Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
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 \ |