diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 20:06:42 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-16 00:41:59 -0500 |
commit | 797eee4264d1b504aabcbcabb6de2f1108441261 (patch) | |
tree | 148efaf024bc68c071fb8de6f1797b472652f6d8 /sim/msp430 | |
parent | 9db36cf86d58f93def38a94ed05e1854beda3b20 (diff) | |
download | binutils-797eee4264d1b504aabcbcabb6de2f1108441261.zip binutils-797eee4264d1b504aabcbcabb6de2f1108441261.tar.gz binutils-797eee4264d1b504aabcbcabb6de2f1108441261.tar.bz2 |
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.
Diffstat (limited to 'sim/msp430')
-rw-r--r-- | sim/msp430/ChangeLog | 5 | ||||
-rw-r--r-- | sim/msp430/Makefile.in | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index de174bf..eb3f8d5 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,3 +1,8 @@ +2015-11-15 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and + sim-stop.o. + 2015-11-14 Mike Frysinger <vapier@gentoo.org> * interp.c (sim_close): Rename to ... diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in index 4653d97..9d687c9 100644 --- a/sim/msp430/Makefile.in +++ b/sim/msp430/Makefile.in @@ -29,10 +29,7 @@ SIM_OBJS = \ msp430-sim.o \ trace.o \ sim-hload.o \ - sim-reason.o \ - sim-reg.o \ - sim-resume.o \ - sim-stop.o \ + sim-resume.o # List of extra dependencies. # Generally this consists of simulator specific files included by sim-main.h. |