diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-07-01 00:22:57 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-07-01 00:22:57 +0000 |
commit | fb506180fa5693ca174d88b433f61c9f2b71c040 (patch) | |
tree | 1ec8abd1c505c2a853e2b5dbc4e904c9ea783efa /gdb/mpw-make.in | |
parent | 8e968e86d44870dcbdf898c3f66e31b3f3541ea4 (diff) | |
download | gdb-fb506180fa5693ca174d88b433f61c9f2b71c040.zip gdb-fb506180fa5693ca174d88b433f61c9f2b71c040.tar.gz gdb-fb506180fa5693ca174d88b433f61c9f2b71c040.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/mpw-make.in')
-rw-r--r-- | gdb/mpw-make.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/mpw-make.in b/gdb/mpw-make.in index 9e58f99..8d28644 100644 --- a/gdb/mpw-make.in +++ b/gdb/mpw-make.in @@ -349,7 +349,7 @@ ALLDEPFILES = "{s}"29k-share:udi:udip2soc.c "{s}"29k-share:udi:udr.c \Option-d "{s}"remote-hms.c "{s}"remote-mips.c \Option-d "{s}"remote-mm.c "{s}"remote-mon.c "{s}"remote-nindy.c "{s}"remote-sim.c \Option-d "{s}"remote-st.c "{s}"remote-utils.c "{s}"dcache.c \Option-d - "{s}"remote-udi.c "{s}"remote-vx.c "{s}"remote-z8k.c "{s}"rs6000-nat.c \Option-d + "{s}"remote-udi.c "{s}"remote-vx.c "{s}"rs6000-nat.c \Option-d "{s}"rs6000-tdep.c "{s}"ser-go32.c "{s}"ser-tcp.c "{s}"sh-tdep.c "{s}"solib.c "{s}"sparc-nat.c \Option-d "{s}"sparc-tdep.c "{s}"sun3-nat.c "{s}"sun386-nat.c \Option-d "{s}"symm-tdep.c "{s}"symm-nat.c \Option-d @@ -1461,9 +1461,6 @@ MAKEOVERRIDES= "{s}"vx-share:ptrace.h "{s}"vx-share:xdr_ld.h "{s}"vx-share:xdr_ptrace.h \Option-d "{s}"vx-share:xdr_rdb.h -"{o}"remote-z8k.c.o \Option-f "{s}"remote-z8k.c {wait_h} "{s}":sim:z8k:sim.h \Option-d - {defs_h} {gdbcore_h} {inferior_h} "{s}"target.h "{s}"terminal.h - "{o}"remote-utils.c.o \Option-f "{s}"remote-utils.c {defs_h} {gdbcmd_h} {gdbcore_h} \Option-d {inferior_h} {remote_utils_h} |