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/configure | |
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/configure')
-rwxr-xr-x | gdb/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/configure b/gdb/configure index 9c175a0..ca5ef18 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1699,8 +1699,8 @@ arm-*-*) gdb_target=arm ;; c1-*-*) gdb_target=convex ;; c2-*-*) gdb_target=convex ;; -h8300-*-*) gdb_target=h8300hms ;; -h8500-*-*) gdb_target=h8500hms ;; +h8300-*-*) gdb_target=h8300 ;; +h8500-*-*) gdb_target=h8500 ;; sh-*-*) gdb_target=sh ;; @@ -1851,8 +1851,8 @@ vax-*-*) gdb_target=vax ;; w65-*-*) gdb_target=w65 ;; -z8k-*-sim*) gdb_target=z8ksim ;; -z8k-*-coff*) gdb_target=z8ksim ;; +z8k-*-sim*) gdb_target=z8k ;; +z8k-*-coff*) gdb_target=z8k ;; esac |