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/lm32/Makefile.in | |
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/lm32/Makefile.in')
-rw-r--r-- | sim/lm32/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in index 60420a1..ea2dd2d 100644 --- a/sim/lm32/Makefile.in +++ b/sim/lm32/Makefile.in @@ -8,12 +8,11 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ sim-hload.o \ - sim-hrw.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-engine.o sim-stop.o \ + cgen-run.o sim-reason.o sim-stop.o \ sim-if.o arch.o \ cpu.o decode.o sem.o model.o mloop.o \ lm32.o traps.o user.o |