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/v850 | |
parent | sim: cr16: drop global callback state (diff) | |
download | binutils-gdb-797eee4264d1b504aabcbcabb6de2f1108441261.tar.gz binutils-gdb-797eee4264d1b504aabcbcabb6de2f1108441261.tar.bz2 binutils-gdb-797eee4264d1b504aabcbcabb6de2f1108441261.zip |
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/v850')
-rw-r--r-- | sim/v850/ChangeLog | 4 | ||||
-rw-r--r-- | sim/v850/Makefile.in | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index e0b92d94252..6e94282447a 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,7 @@ +2015-11-15 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o. + 2015-11-14 Mike Frysinger <vapier@gentoo.org> * interp.c (sim_close): Delete. diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 726ed5e06f2..9f53fcd1dea 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -24,9 +24,7 @@ SIM_OBJS = \ simops.o interp.o \ itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \ sim-hload.o \ - sim-resume.o \ - sim-reason.o \ - sim-stop.o + sim-resume.o # List of extra dependencies. # Generally this consists of simulator specific files included by sim-main.h. |