projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e92721
)
* Makefile.in (SIM_OBJS): Add traps.o
author
Doug Evans
<dje@google.com>
Thu, 11 Jun 1998 01:06:05 +0000
(
01:06
+0000)
committer
Doug Evans
<dje@google.com>
Thu, 11 Jun 1998 01:06:05 +0000
(
01:06
+0000)
sim/m32r/Makefile.in
patch
|
blob
|
history
diff --git
a/sim/m32r/Makefile.in
b/sim/m32r/Makefile.in
index 1d1d4bc9db8f553e82ce1e0822b804bf3cfef4c0..ace32f94047fe8be09fe03e026e0a1dacb04d251 100644
(file)
--- a/
sim/m32r/Makefile.in
+++ b/
sim/m32r/Makefile.in
@@
-30,6
+30,7
@@
CONFIG_DEVICES =
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
+ sim-cpu.o \
sim-engine.o \
sim-hload.o \
sim-hrw.o \
@@
-41,7
+42,7
@@
SIM_OBJS = \
$(start-sanitize-m32rx) \
$(M32RX_OBJS) \
$(end-sanitize-m32rx) \
- devices.o \
+
traps.o
devices.o \
$(CONFIG_DEVICES)
# Extra headers included by sim-main.h.
@@
-81,6
+82,8
@@
sim-if.o: sim-if.c $(INCLUDE_DEPS) $(srcdir)/../common/sim-core.h
arch.o: arch.c $(INCLUDE_DEPS)
+devices.o: devices.c $(INCLUDE_DEPS)
+
# M32R objs
m32r.o: m32r.c $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu.h decode.h