diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-31 01:13:12 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-01 01:22:44 -0400 |
commit | 0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd (patch) | |
tree | c52807092eb6da88708bb229b3110cfaf5c06faf /sim/arm/Makefile.in | |
parent | aadc9410ba24ecf777fcc515afda69ef94d74248 (diff) | |
download | gdb-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.zip gdb-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.tar.gz 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.in | 26 |
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 |