From 5d2cfefe93cf3a4175e9ad5a445f09f72d9bbb16 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Wed, 16 Oct 1991 01:06:01 +0000 Subject: [PATCH] * configure.in, tconfig/decstation, xconfig/decstation: Rename dec3100 to decstation. --- gdb/ChangeLog | 2 ++ gdb/config/.Sanitize | 32 +------------------------------- gdb/configure.in | 4 ++-- 3 files changed, 5 insertions(+), 33 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ac90fb22b0c..c0d196d9586 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -17,6 +17,8 @@ Tue Oct 15 08:45:12 1991 John Gilmore (gnu at cygnus.com) programs. * i387-tdep.c (double_to_i387): Fix typo for double_to_ieee_extended. * utils.c (_initialize_utils): If !ISATTY, don't paginate. + * configure.in, tconfig/decstation, xconfig/decstation: Rename + dec3100 to decstation. Mon Oct 14 13:37:50 1991 Roland H. Pesch (pesch at cygnus.com) diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 740382d9eaa..6736ad82001 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -35,7 +35,7 @@ a29k-kern arm bigmips convex -dec3100 +decstation hp300bsd hp300hpux i386sco @@ -77,34 +77,4 @@ Do-last: echo Done in `pwd`. -# -# -# $Log$ -# Revision 1.4 1991/09/17 06:55:53 grossman -# sgi/irix config stuff. -# -# Revision 1.3 1991/09/13 03:54:45 gnu -# New Ultracomputer/29000 stuff. -# -# Revision 1.2 1991/07/04 21:55:38 gnu -# * Add dec3100 as equivalent to littlemips. Indicate in all host & -# target config files that they are for the host. When the lines -# get copied into the Makefile, this makes it more obvious what's -# up. -# -# Revision 1.1 1991/05/23 22:05:24 rich -# Initial revision -# -# Revision 1.2 1991/05/23 21:15:10 rich -# Added bfd. -# -# Revision 1.1 1991/05/23 17:32:34 rich -# Initial revision -# -# Revision 1.1 1991/05/23 17:18:12 rich -# Initial revision -# -# -# - # End of file. diff --git a/gdb/configure.in b/gdb/configure.in index 688465b4655..1ace44fa748 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -71,7 +71,7 @@ m68030) mips) case "${host_vendor}" in sony) gdb_host=bigmips ;; - dec) gdb_host=dec3100 ;; + dec) gdb_host=decstation ;; little) gdb_host=littlemips ;; sgi) gdb_host=irix3 ;; esac @@ -191,7 +191,7 @@ a29k) mips) case "${target_vendor}" in sony) gdb_target=bigmips ;; - dec) gdb_target=dec3100 ;; + dec) gdb_target=decstation ;; little) gdb_target=littlemips ;; sgi) gdb_target=irix3 ;; esac -- 2.30.2