diff options
author | John Gilmore <gnu@cygnus> | 1991-10-16 01:06:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-16 01:06:01 +0000 |
commit | 5d2cfefe93cf3a4175e9ad5a445f09f72d9bbb16 (patch) | |
tree | 12eb915d0372bc2020486ebeaa80fbf00c4ddee3 | |
parent | 7b02b4ed6f80ce65db81a8e47212f4fb56ef478e (diff) | |
download | gdb-5d2cfefe93cf3a4175e9ad5a445f09f72d9bbb16.zip gdb-5d2cfefe93cf3a4175e9ad5a445f09f72d9bbb16.tar.gz gdb-5d2cfefe93cf3a4175e9ad5a445f09f72d9bbb16.tar.bz2 |
* configure.in, tconfig/decstation, xconfig/decstation: Rename
dec3100 to decstation.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/config/.Sanitize | 32 | ||||
-rw-r--r-- | gdb/configure.in | 4 |
3 files changed, 5 insertions, 33 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ac90fb2..c0d196d 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 740382d..6736ad8 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 688465b..1ace44f 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 |