aboutsummaryrefslogtreecommitdiff
path: root/sim/rx
diff options
context:
space:
mode:
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/ChangeLog5
-rw-r--r--sim/rx/Makefile.in16
2 files changed, 5 insertions, 16 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog
index 5a527fb..1434f15 100644
--- a/sim/rx/ChangeLog
+++ b/sim/rx/ChangeLog
@@ -1,5 +1,10 @@
2021-04-22 Tom Tromey <tom@tromey.com>
+ * Makefile.in (err.o, fpu.o, gdb-if.o, load.o, main.o, mem.o)
+ (misc.o, reg.o, rx.o, syscalls.o, trace.o): Remove.
+
+2021-04-22 Tom Tromey <tom@tromey.com>
+
* configure: Rebuild.
2021-04-21 Mike Frysinger <vapier@gentoo.org>
diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in
index 3c6094c..45b956c 100644
--- a/sim/rx/Makefile.in
+++ b/sim/rx/Makefile.in
@@ -47,19 +47,3 @@ LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a
## COMMON_POST_CONFIG_FRAG
arch = rx
-
-err.o : err.h
-fpu.o : cpu.h fpu.h
-gdb-if.o : cpu.h mem.h load.h syscalls.h err.h \
- $(srcdir)/../../include/gdb/callback.h \
- $(srcdir)/../../include/gdb/remote-sim.h \
- $(srcdir)/../../include/gdb/signals.h \
- $(srcdir)/../../include/gdb/sim-rx.h
-load.o : ../../bfd/bfd.h cpu.h mem.h
-main.o : ../../bfd/bfd.h cpu.h mem.h misc.h load.h trace.h err.h
-mem.o : mem.h cpu.h syscalls.h misc.h err.h
-misc.o : cpu.h misc.h
-reg.o : cpu.h trace.h
-rx.o : $(srcdir)/../../include/opcode/rx.h cpu.h mem.h syscalls.h fpu.h
-syscalls.o : $(srcdir)/../../include/gdb/callback.h cpu.h mem.h syscalls.h
-trace.o : ../../bfd/bfd.h $(srcdir)/../../include/dis-asm.h cpu.h mem.h load.h