From fb506180fa5693ca174d88b433f61c9f2b71c040 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 1 Jul 1995 00:22:57 +0000 Subject: * config/h8300/h8300.mt: Renamed from h8300hms.mt. * config/h8500/h8500.mt: Renamed from h8500hms.mt. * config/z8k/z8k.mt: Renamed from z8ksim.mt. * configure, configure.in: Update to reflect renamings. * remote-sim.c (sim): New command, passes commands to simulator. (simulator_command): New function. (gdbsim_ops): Clean up. * remote-sim.h (sim_do_command): Declare. * sh-tdep.c (memory_size): Remove command. * Makefile.in (SIM, SIM_OBS): New variables. (CLIBS, CDEPS): Add value of SIM. (DEPFILES): Add value of SIM_OBS * config/arm/arm.mt, config/h8300/h8300.mt, config/h8500/h8500.mt, config/sh/sh.mt, config/sparc/sp64sim.mt, config/w65/w65.mt, config/z8k/z8k.mt: Remove simulator files from TDEPFILES, define in SIM_OBS and SIM. config/sparc/sp64sim.mt (SIMFILES): Remove. * remote-z8k.c: Remove, was superseded by remote-sim.c * Makefile.in, mpw-make.in: Remove references to remote-z8k.c. --- gdb/config/w65/w65.mt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'gdb/config/w65/w65.mt') diff --git a/gdb/config/w65/w65.mt b/gdb/config/w65/w65.mt index 0d61dcc..06d2325 100755 --- a/gdb/config/w65/w65.mt +++ b/gdb/config/w65/w65.mt @@ -1,11 +1,8 @@ -# Target: WDC 65816 simulator -TDEPFILES= w65-tdep.o remote-sim.o libsim.a - -other:all +# Target: WDC 65816 with simulator +TDEPFILES= w65-tdep.o +TM_FILE= tm-w65.h -libsim.a: - cp ../sim/w65/libsim.a . - ranlib libsim.a +SIM_OBS = remote-sim.o +SIM = ../sim/w65/libsim.a -TM_FILE= tm-w65.h -- cgit v1.1