diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-06 23:40:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-06 23:56:47 -0400 |
commit | 122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3 (patch) | |
tree | 39b3c098a8c4ad20b26d6774ed5428e27d8c5c09 /sim/mn10300 | |
parent | dc081549e71d715a229becaf37d0909836c52a9d (diff) | |
download | gdb-122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3.zip gdb-122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3.tar.gz gdb-122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3.tar.bz2 |
sim: move sim-engine.o/sim-hrw.o to the common list
This makes these two objects available to all sims by default.
Diffstat (limited to 'sim/mn10300')
-rw-r--r-- | sim/mn10300/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mn10300/Makefile.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 838bdac..c4c12a2 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2015-04-06 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o. + 2015-03-31 Mike Frysinger <vapier@gentoo.org> * config.in, configure: Regenerate. diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index cc04f9f..a85d932 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -21,9 +21,7 @@ MN10300_OBJS = \ itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \ $(SIM_NEW_COMMON_OBJS) \ op_utils.o \ - sim-engine.o \ sim-hload.o \ - sim-hrw.o \ sim-resume.o \ sim-reason.o \ sim-stop.o |