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/common | |
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/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/Make-common.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 559545e..bf7807c 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2015-04-06 Mike Frysinger <vapier@gentoo.org> + + * Make-common.in (SIM_NEW_COMMON_OBJS): Add sim-engine.o and sim-hrw.o. + 2015-04-01 Mike Frysinger <vapier@gentoo.org> * run-sim.h, run.c: Delete. diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 0b1f85a..50db255 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -177,8 +177,10 @@ SIM_NEW_COMMON_OBJS = \ sim-config.o \ sim-core.o \ sim-endian.o \ + sim-engine.o \ sim-events.o \ sim-fpu.o \ + sim-hrw.o \ sim-io.o \ sim-info.o \ sim-load.o \ |