aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-31 01:13:12 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-01 01:22:44 -0400
commit0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd (patch)
treec52807092eb6da88708bb229b3110cfaf5c06faf /sim/arm/Makefile.in
parentaadc9410ba24ecf777fcc515afda69ef94d74248 (diff)
downloadfsf-binutils-gdb-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.zip
fsf-binutils-gdb-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.tar.gz
fsf-binutils-gdb-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.tar.bz2
sim: run: punt!
Now that all targets have been converted to nrun, we can finally punt this old inconsistent interface. A few stray references to the old run were sprinkled about; clean them up in the process. We leave behind the run(1) man page mostly so that we get it updated for the new nrun interface.
Diffstat (limited to 'sim/arm/Makefile.in')
-rw-r--r--sim/arm/Makefile.in26
1 files changed, 1 insertions, 25 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in
index 241911b..aad18fb 100644
--- a/sim/arm/Makefile.in
+++ b/sim/arm/Makefile.in
@@ -30,32 +30,8 @@ SIM_OBJS = \
## COMMON_POST_CONFIG_FRAG
-
-armos.o: armos.c armdefs.h armos.h armfpe.h targ-vals.h
-
-armcopro.o: armcopro.c armdefs.h
-maverick.o: maverick.c armdefs.h
-iwmmxt.o: iwmmxt.c iwmmxt.h armdefs.h
-
-armemu26.o: armemu.c armdefs.h armemu.h
+armemu26.o: armemu.c armdefs.h armemu.h
$(CC) -c $(srcdir)/armemu.c -o armemu26.o $(ALL_CFLAGS)
armemu32.o: armemu.c armdefs.h armemu.h
$(CC) -c $(srcdir)/armemu.c -o armemu32.o -DMODE32 $(ALL_CFLAGS)
-
-arminit.o: arminit.c armdefs.h armemu.h
-
-armrdi.o: armrdi.c armdefs.h armemu.h armos.h dbg_cp.h dbg_conf.h dbg_rdi.h \
- dbg_hif.h communicate.h
-
-armsupp.o: armsupp.c armdefs.h armemu.h
-
-thumbemu.o: thumbemu.c armdefs.h armemu.h
-
-bag.o: bag.c bag.h
-
-wrapper.o: armdefs.h armemu.h dbg_rdi.h \
- $(srcdir)/../common/run-sim.h \
- $(srcdir)/../common/sim-utils.h \
- $(srcdir)/../../include/gdb/sim-arm.h \
- $(srcdir)/../../include/gdb/remote-sim.h