* configure.in, tconfig/decstation, xconfig/decstation: Rename
authorJohn Gilmore <gnu@cygnus>
Wed, 16 Oct 1991 01:06:01 +0000 (01:06 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 16 Oct 1991 01:06:01 +0000 (01:06 +0000)
dec3100 to decstation.

gdb/ChangeLog
gdb/config/.Sanitize
gdb/configure.in

index ac90fb2..c0d196d 100644 (file)
@@ -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)
 
index 740382d..6736ad8 100644 (file)
@@ -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.
index 688465b..1ace44f 100644 (file)
@@ -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