This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Purge obsoleted configurations


This patch removes support for all of the configurations which were
obsoleted by the 3.1 release.  I did not attempt to find any places in
the common code where simplifications could now occur, due to tm.h
macros that are no longer defined anywhere (for instance); I mean to do
that in a follow-up.  There are undoubtedly also mentions of the removed
files in the remaining headers; I found the one in arm.h by accident,
and made no effort to get them all.  Nor did I touch the lists in
install-old.texi, which are so long unmaintained that it's basically
impossible to tell what they should contain.

Overall, just over 44,000 lines of code are deleted.  This patch
includes only the files that were modified, and a complete list of
files deleted.

I'm starting off the 3.2 obsolete configurations list with all the
targets that got a reprieve in 3.1:

   m88k-*-aout*
   m88k-*-openbsd*
   m88k-*-sysv4*
   mips-sni-sysv4
   ns32k-*-netbsd*
   ns32k-*-openbsd*
   romp-*-openbsd*

If the maintainers of these ports submit patches bringing these
configurations up to date before 3.2 branches, they'll get reenabled.

More obsoletions are encouraged.  Rather than having me act as a
clearinghouse for obsoletion suggestions this time 'round, let's have
architecture maintainers submit patches for config.gcc.  There is
plenty of deadwood left in the i386 and m68k directories alone.  I'd
also like to suggest that all embedded non-ELF configurations
(*-*-coff, *-*-aout, etc) get discarded.

Tested by attempting to configure for each removed target and verifying
that I got an error message.  Also, I ran install.texi2html and looked
over the result.

zw

	* config.gcc: Remove all stanzas for previously obsoleted
	systems.  Where necessary, add explicit error stanzas to
	prevent removed systems from being misidentified as something
	else.  Begin a fresh obsoletions list, with the systems that
	were reprieved last round.
	* doc/install.texi: Remove all mention of dead targets.
	* fixinc/mkfixinc.sh: Likewise.

	* config/arm/arm.h: Bit 31 of target_flags is no longer
	reserved.

	* config/1750a/1750a-protos.h, config/1750a/1750a.c,
	config/1750a/1750a.h, config/1750a/1750a.md, config/1750a/ms1750.inc,
	config/a29k/a29k-protos.h, config/a29k/a29k.c, config/a29k/a29k.h,
	config/a29k/a29k.md, config/a29k/rtems.h, config/a29k/t-a29kbare,
	config/a29k/t-vx29k, config/a29k/unix.h, config/a29k/vx29k.h,
	config/alpha/osf12.h, config/alpha/osf2or3.h,
	config/arm/arm-wince-pe.h, config/arm/arm.h, config/arm/riscix.h,
	config/arm/riscix1-1.h, config/arm/rix-gas.h, config/arm/t-riscix,
	config/clipper/clipper-protos.h, config/clipper/clipper.c,
	config/clipper/clipper.h, config/clipper/clipper.md,
	config/clipper/clix.h, config/convex/convex-protos.h,
	config/convex/convex.c, config/convex/convex.h,
	config/convex/convex.md, config/convex/fixinc.convex,
	config/convex/proto.h, config/elxsi/elxsi-protos.h,
	config/elxsi/elxsi.c, config/elxsi/elxsi.h, config/elxsi/elxsi.md,
	config/i386/386bsd.h, config/i386/aix386.h, config/i386/aix386ng.h,
	config/i386/bsd386.h, config/i386/dgux.h, config/i386/djgpp-rtems.h,
	config/i386/isc.h, config/i386/iscdbx.h, config/i386/linux-oldld.h,
	config/i386/next.h, config/i386/osf1-ci.asm, config/i386/osf1-cn.asm,
	config/i386/osf1elf.h, config/i386/osf1elfgdb.h, config/i386/osfelf.h,
	config/i386/osfrose.h, config/i386/rtems.h, config/i386/seq-gas.h,
	config/i386/seq-sysv3.h, config/i386/seq2-sysv3.h,
	config/i386/sequent.h, config/i386/sun.h, config/i386/sun386.h,
	config/i386/t-dgux, config/i386/t-next, config/i386/t-osf,
	config/i386/t-osf1elf, config/i860/bsd-gas.h, config/i860/bsd.h,
	config/i860/fx2800.h, config/i860/i860-protos.h, config/i860/i860.c,
	config/i860/i860.h, config/i860/i860.md, config/i860/mach.h,
	config/i860/paragon.h, config/i860/sysv3.h, config/i860/sysv4.h,
	config/i860/t-fx2800, config/i860/varargs.asm, config/m68k/a-ux.h,
	config/m68k/altos3068.h, config/m68k/apollo68.h,
	config/m68k/aux-crt1.c, config/m68k/aux-crt2.asm,
	config/m68k/aux-crtn.asm, config/m68k/aux-exit.c,
	config/m68k/aux-low.gld, config/m68k/aux-mcount.c,
	config/m68k/auxas.h, config/m68k/auxgas.h, config/m68k/auxgld.h,
	config/m68k/auxld.h, config/m68k/ctix.h, config/m68k/dpx2.h,
	config/m68k/dpx2.ifile, config/m68k/dpx2cdbx.h, config/m68k/dpx2g.h,
	config/m68k/isi-nfp.h, config/m68k/isi.h, config/m68k/lynx-ng.h,
	config/m68k/lynx.h, config/m68k/math-3300.h, config/m68k/news.h,
	config/m68k/news3.h, config/m68k/news3gas.h, config/m68k/newsgas.h,
	config/m68k/next.h, config/m68k/next21.h, config/m68k/rtems.h,
	config/m68k/t-aux, config/m68k/t-lynx, config/m68k/t-next,
	config/m68k/x-next, config/m88k/dgux.h, config/m88k/dgux.ld,
	config/m88k/dguxbcs.h, config/m88k/dolph.h, config/m88k/dolphin.ld,
	config/m88k/luna.h, config/m88k/m88k-coff.h, config/m88k/sysv3.h,
	config/m88k/t-bug, config/m88k/t-dgux, config/m88k/t-dgux-gas,
	config/m88k/t-dguxbcs, config/m88k/t-dolph, config/m88k/t-m88k-gas,
	config/m88k/t-tekXD88, config/m88k/tekXD88.h, config/m88k/tekXD88.ld,
	config/mips/bsd-4.h, config/mips/bsd-5.h, config/mips/dec-bsd.h,
	config/mips/dec-osf1.h, config/mips/elflorion.h,
	config/mips/iris4loser.h, config/mips/mips-5.h, config/mips/news4.h,
	config/mips/news5.h, config/mips/nws3250v4.h, config/mips/osfrose.h,
	config/mips/svr3-4.h, config/mips/svr3-5.h, config/mips/svr4-4.h,
	config/mips/svr4-5.h, config/mips/svr4-t.h, config/mips/t-bsd,
	config/mips/t-bsd-gas, config/mips/t-svr3, config/mips/t-svr3-gas,
	config/mips/t-svr4, config/mips/t-svr4-gas, config/mips/t-ultrix,
	config/mips/ultrix.h, config/nextstep-protos.h, config/nextstep.c,
	config/nextstep.h, config/nextstep21.h, config/ns32k/encore.h,
	config/ns32k/merlin.h, config/ns32k/pc532-mach.h,
	config/ns32k/pc532-min.h, config/ns32k/pc532.h,
	config/ns32k/sequent.h, config/ns32k/tek6000.h,
	config/ns32k/tek6100.h, config/ns32k/tek6200.h, config/pj/lib1funcs.S,
	config/pj/linux.h, config/pj/pj-protos.h, config/pj/pj.c,
	config/pj/pj.h, config/pj/pj.md, config/pj/pjl.h, config/pj/t-pj,
	config/sparc/rtems.h, config/we32k/we32k-protos.h,
	config/we32k/we32k.c, config/we32k/we32k.h, config/we32k/we32k.md:
	Delete file.

===================================================================
Index: config.gcc
--- config.gcc	19 May 2002 17:17:34 -0000	1.195
+++ config.gcc	24 May 2002 23:58:45 -0000
@@ -208,69 +208,15 @@ gnu_ld="$gnu_ld_flag"
 enable_threads=$enable_threads_flag
 
 # Obsolete configurations.
-# To avoid some tedious lists, we have a blacklist with a whitelist
-# embedded within it.
 case $machine in
-	  1750a-* \
-	| a29k-* \
-	| alpha*-*-osf[123]* \
-	| arm-*-riscix* \
-	| c*-convex-* \
-	| clipper-* \
-	| elxsi-* \
-	| i860-* \
-	| i?86-*-aix* \
-	| i?86-*-bsd* \
-	| i?86-*-chorusos* \
-	| i?86-*-dgux* \
-	| i?86-*-freebsd1.* \
-	| i?86-*-isc* \
-	| i?86-*-linux*oldld* \
-	| i?86-*-osf1* \
-	| i?86-*-osfrose* \
-	| i?86-*-rtemscoff* \
-	| i?86-*-sunos* \
-	| i?86-go32-rtems* \
-	| i?86-next-* \
-	| i?86-sequent-bsd* \
-	| i?86-sequent-ptx[12]* \
-	| i?86-sequent-sysv3* \
-	| m68[k0]*-*-lynxos* \
-	| m68[k0]*-*-rtemscoff* \
-	| m68[k0]*-*-sysv3* \
-	| m68[k0]*-altos-* \
-	| m68[k0]*-apollo-* \
-	| m68[k0]*-apple-* \
-	| m68[k0]*-bull-* \
-	| m68[k0]*-convergent-* \
-	| m68[k0]*-isi-* \
-	| m68[k0]*-next-* \
-	| m68[k0]*-sony-* \
-	| m88k-* \
-	| mips-*-bsd* \
-	| mips-*-riscos* \
-	| mips-*-sysv* \
-	| mips-*-ultrix* \
-	| mips-dec-* \
-	| mips-sgi-irix[1234]* \
-	| mips-sony-* \
-	| mips-tandem-* \
-	| ns32k-* \
-	| pj-* \
-	| pjl-* \
-	| romp-* \
-	| sparc-*-rtemsaout* \
-	| we32k-* \
-)
-  case $machine in
-	  mips-sni-sysv4 \
-	| m88k-*-aout* | m88k-*-openbsd* | m88k-*-sysv4* \
-	| ns32k-*-netbsd* | ns32k-*-openbsd* \
-	| romp-*-openbsd* \
-   )
-    # Whitelisted.
-    ;;
-  *)
+   m88k-*-aout*     \
+ | m88k-*-openbsd*  \
+ | m88k-*-sysv4*    \
+ | mips-sni-sysv4   \
+ | ns32k-*-netbsd*  \
+ | ns32k-*-openbsd* \
+ | romp-*-openbsd*  \
+ )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $machine is obsolete." >&2
       echo "*** Specify --enable-obsolete to build it anyway." >&2
@@ -278,7 +224,6 @@ case $machine in
       echo "*** unless a maintainer comes forward." >&2
       exit 1
     fi;;
-  esac
 esac
 
 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
@@ -299,10 +244,6 @@ arm*-*-*)
 xscale-*-*)
 	cpu_type=arm
 	;;
-c*-convex-*)
-	cpu_type=convex
-	extra_headers=proto.h
-	;;
 i[34567]86-*-*)
 	cpu_type=i386
 	extra_headers="mmintrin.h xmmintrin.h"
@@ -327,9 +268,6 @@ m68k-*-*)
 mips*-*-*)
 	cpu_type=mips
 	;;
-pj*-*-*)
-	cpu_type=pj
-	;;
 powerpc*-*-*)
 	cpu_type=rs6000
 	extra_headers="ppc-asm.h altivec.h"
@@ -476,39 +414,6 @@ case $machine in
 	then tmake_file=${cpu_type}/t-$rest
 	fi
 	;;
-1750a-*-*)
-	# 1750a is only supported as a target.
-	case "$build,$host" in 1750a*,* | *,1750a* )
-		echo "*** $machine is only supported as a target" >&2
-		exit 1
-	esac
-	;;
-a29k-*-bsd* | a29k-*-sym1*)
-	tm_file="${tm_file} a29k/unix.h"
-	xm_defines=POSIX
-	use_collect2=yes
-	;;
-a29k-*-udi | a29k-*-coff)
-	tm_file="${tm_file} dbxcoff.h"
-	tmake_file=a29k/t-a29kbare
-	;;
-a29k*-*-rtems*)
-	xm_defines=POSIX
-	tm_file="a29k/a29k.h a29k/rtems.h rtems.h"
-	tmake_file="a29k/t-a29kbare t-rtems"
-	if test x$enable_threads = xyes; then
-	  thread_file='rtems'
-	fi
-	;;
-a29k-wrs-vxworks*)
-	tm_file="${tm_file} dbxcoff.h a29k/vx29k.h"
-	tmake_file=a29k/t-vx29k
-	extra_parts="crtbegin.o crtend.o"
-	thread_file='vxworks'
-	;;
-a29k-*-*)			# Default a29k environment.
-	use_collect2=yes
-	;;
 alpha*-*-unicosmk*)
 	use_collect2=yes
 	tm_file="${tm_file} alpha/unicosmk.h"
@@ -585,7 +490,7 @@ alpha*-*-openbsd*)
 	tmake_file="alpha/t-alpha alpha/t-ieee"
 	;;
 
-alpha*-dec-osf*)
+alpha*-dec-osf[45]*)
 	xm_defines=POSIX
 	if test x$stabs = xyes
 	then
@@ -596,31 +501,24 @@ alpha*-dec-osf*)
 		extra_passes="mips-tfile mips-tdump"
 	fi
 	use_collect2=yes
-	tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm"
+	tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
+	tm_file="${tm_file} alpha/osf.h"
 	extra_headers=va_list.h
 	case $machine in
-	  *-*-osf1*)
-	    tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
-	    ;;
-	  *-*-osf[23]*)
-	    tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
-	    ;;
 	  *-*-osf4*)
-	    tm_file="${tm_file} alpha/osf.h"
-	    tmake_file="$tmake_file alpha/t-osf4"
 	    # Some versions of OSF4 (specifically X4.0-9 296.7) have
 	    # a broken tar, so we use cpio instead.
 	    install_headers_dir=install-headers-cpio
+	    # Set target_cpu_default except on 4.0a.
+	    case $machine in
+		*-*-osf4.0a) ;;
+		*) target_cpu_default=MASK_SUPPORT_ARCH
+	    esac
 	    ;;
 	  *-*-osf5*)
-	    tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
-	    tmake_file="$tmake_file alpha/t-osf4"
-	    float_format=i128
-	    ;;
-	esac
-	case $machine in
-	  *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
+	    tm_file="${tm_file} alpha/osf5.h"
 	    target_cpu_default=MASK_SUPPORT_ARCH
+	    float_format=i128
 	    ;;
 	esac
 	;;
@@ -684,20 +582,6 @@ arm-*-vxworks*)
 	tmake_file=arm/t-arm-coff
 	thread_file='vxworks'
 	;;
-arm-*-riscix1.[01]*)		# Acorn RISC machine (early versions)
-	tm_file="arm/riscix1-1.h arm/arm.h"
-	use_collect2=yes
-	;;
-arm-*-riscix*)			# Acorn RISC machine
-	if test x$gas = xyes
-	then
-	    tm_file="arm/riscix.h arm/rix-gas.h arm/arm.h"
-	else
-	    tm_file="arm/riscix.h arm/arm.h"
-	fi
-	tmake_file=arm/t-riscix
-	use_collect2=yes
-	;;
 arm-semi-aout | armel-semi-aout)
 	tm_file="arm/semi.h arm/aout.h arm/arm.h"
 	tmake_file=arm/t-semi
@@ -768,26 +652,6 @@ arm-*-pe*)
 	;;
 avr-*-*)
 	;;
-c1-convex-*)			# Convex C1
-	target_cpu_default=1
-	use_collect2=yes
-	;;
-c2-convex-*)			# Convex C2
-	target_cpu_default=2
-	use_collect2=yes
-	;;
-c32-convex-*)
-	target_cpu_default=4
-	use_collect2=yes
-	;;
-c34-convex-*)
-	target_cpu_default=8
-	use_collect2=yes
-	;;
-c38-convex-*)
-	target_cpu_default=16
-	use_collect2=yes
-	;;
 c4x-*-rtems*)
 	xm_defines=POSIX
 	tmake_file="c4x/t-c4x t-rtems"
@@ -804,12 +668,6 @@ c4x-*)
 	c_target_objs="c4x-c.o"
 	cxx_target_objs="c4x-c.o"
 	;;
-clipper-intergraph-clix*)
-	tm_file="${tm_file} svr3.h clipper/clix.h"
-	xm_defines=POSIX
-	extra_parts="crtbegin.o crtend.o"
-	install_headers_dir=install-headers-cpio
-	;;
 cris-*-aout)
 	tm_file="dbxelf.h ${tm_file} cris/aout.h"
 	gas=yes
@@ -837,9 +695,6 @@ d30v-*)
 	;;
 dsp16xx-*)
 	;;
-elxsi-elxsi-*)
-	use_collect2=yes
-	;;
 fr30-*-elf)
 	tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
 	tmake_file=fr30/t-fr30
@@ -1126,33 +981,11 @@ i370-*-linux*)
 		thread_file='posix'
 	fi
 	;;
-i[34567]86-*-chorusos*)
-	xm_defines=POSIX
-	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h chorus.h"
-	tmake_file="i386/t-i386elf t-svr4"
-	case x${enable_threads} in
-	  xyes | xpthreads | xposix)
-		thread_file='posix'
-		;;
-	esac
-	;;
 i[34567]86-*-elf*)
 	xm_defines=POSIX
 	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
 	tmake_file="i386/t-i386elf t-svr4"
 	;;
-i[34567]86-ibm-aix*)		# IBM PS/2 running AIX
-        if test x$gas = xyes
-	then
-		tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/aix386.h"
-		extra_parts="crtbegin.o crtend.o"
-		tmake_file=i386/t-crtstuff
-	else
-		tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/aix386ng.h"
-		use_collect2=yes
-	fi
-	xm_defines=POSIX
-	;;
 i[34567]86-ncr-sysv4*)		# NCR 3000 - ix86 running system V.4
 	xm_defines="POSIX SMALL_ARG_MAX"
 	if test x$stabs = xyes -a x$gas = xyes
@@ -1164,43 +997,10 @@ i[34567]86-ncr-sysv4*)		# NCR 3000 - ix8
 	extra_parts="crtbegin.o crtend.o"
 	tmake_file=i386/t-crtpic
 	;;
-i[34567]86-next-*)
-	tm_p_file="${tm_p_file} nextstep-protos.h"
-	tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h nextstep.h i386/next.h"
-	tmake_file=i386/t-next
-	extra_objs=nextstep.o
-	extra_parts="crtbegin.o crtend.o"
-	if test x$enable_threads = xyes; then
-		thread_file='mach'
-	fi
-	;;
 i[34567]86-*-netware)		# Intel 80386's running netware
 	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
 	tmake_file=i386/t-netware
 	;;
-i[34567]86-sequent-bsd*) 		# 80386 from Sequent
-	use_collect2=yes
-	if test x$gas = xyes
-	then
-		tm_file="${tm_file} i386/unix.h i386/bsd.h i386/sequent.h i386/seq-gas.h"
-	else
-		tm_file="${tm_file} i386/unix.h i386/bsd.h i386/sequent.h"
-	fi
-	;;
-i[34567]86-sequent-ptx1*)
-	xm_defines=POSIX
-	tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/seq-sysv3.h"
-	tmake_file=i386/t-crtstuff
-	extra_parts="crtbegin.o crtend.o"
-	install_headers_dir=install-headers-cpio
-	;;
-i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
-	xm_defines=POSIX
-	tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/seq-sysv3.h i386/seq2-sysv3.h"
-	tmake_file=i386/t-crtstuff
-	extra_parts="crtbegin.o crtend.o"
-	install_headers_dir=install-headers-cpio
-	;;
 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
 	if test x$gas = xyes
 	then
@@ -1212,10 +1012,9 @@ i[34567]86-sequent-ptx4* | i[34567]86-se
 	extra_parts="crtbegin.o crtend.o"
 	install_headers_dir=install-headers-cpio
 	;;
-i386-sun-sunos*)		# Sun i386 roadrunner
-	xm_defines=POSIX
-	tm_file="${tm_file} i386/unix.h i386/sun386.h i386/sun.h"
-	use_collect2=yes
+i[34567]86-sequent-sysv*)	# would otherwise be caught by i?86-*-sysv*
+	echo "*** Configuration $machine not supported" 1>&2
+	exit 1
 	;;
 i[34567]86-wrs-vxworks*)
 	tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h i386/vxi386.h"
@@ -1230,17 +1029,7 @@ i[34567]86-*-beoself* | i[34567]86-*-beo
 	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
 	extra_parts='crtbegin.o crtend.o'
 	;;
-i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
-	tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/386bsd.h i386/bsd386.h"
-#	tmake_file=t-libc-ok
-	;;
-i[34567]86-*-bsd*)
-	tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/386bsd.h"
-#	tmake_file=t-libc-ok
-# Next line turned off because both 386BSD and BSD/386 use GNU ld.
-#	use_collect2=yes
-	;;
-i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
+i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
 	tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
 	tmake_file=t-freebsd
 	;;
@@ -1273,27 +1062,9 @@ i[34567]86-*-openbsd*)
 i[34567]86-*-coff*)
 	tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
 	;;
-i[34567]86-*-isc*)		# 80386 running ISC system
-	xm_defines=POSIX
-        if test x$gas = xyes -a x$stabs = xyes
-	then
-		tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h i386/iscdbx.h"
-		tmake_file=i386/t-svr3dbx
-		extra_parts="svr3.ifile svr3z.ifile"
-	else
-		tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/isc.h"
-		tmake_file=i386/t-crtstuff
-		extra_parts="crtbegin.o crtend.o"
-	fi
-	install_headers_dir=install-headers-cpio
-	;;
-i[34567]86-*-linux*oldld*)	# Intel 80386's running GNU/Linux
-				# with a.out format using
-				# pre BFD linkers
-	tmake_file="t-linux-aout i386/t-crtstuff"
-	tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-oldld.h"
-	gnu_ld=yes
-	float_format=i386
+i[34567]86-*-linux*oldld*)	# would otherwise be caught by i?86-*-linux*
+	echo "*** Configuration $machine not supported" 1>&2
+	exit 1
 	;;
 i[34567]86-*-linux*aout*)	# Intel 80386's running GNU/Linux
 				# with a.out format
@@ -1376,35 +1147,12 @@ i[34567]86-*-mach*)
 #	tmake_file=t-libc-ok
 	use_collect2=yes
 	;;
-i[34567]86-*-osfrose*)		# 386 using OSF/rose
-        if test x$elf = xyes
-	then
-		tm_file="${tm_file} halfpic.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/osfrose.h i386/osfelf.h"
-		use_collect2=
-	else
-		tm_file="${tm_file} halfpic.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/osfrose.h"
-		use_collect2=yes
-	fi
-	tmake_file=i386/t-osf
-	extra_objs=halfpic.o
-	;;
-i[34567]86-go32-rtems*)
-	xm_defines=POSIX
-	tm_file="dbxcoff.h ${tm_file} i386/djgpp.h i386/djgpp-rtems.h rtems.h"
-	tmake_file=t-rtems
-	if test x$enable_threads = xyes; then
-	  thread_file='rtems'
-	fi
-	;;
-i[34567]86-*-rtemscoff*)
-	xm_defines=POSIX
-	tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h i386/rtems.h rtems.h"
-	tmake_file=t-rtems
-	if test x$enable_threads = xyes; then
-	  thread_file='rtems'
-	fi
+i[34567]86-go32-rtems* | i[34567]86-*-rtemscoff*)
+	# would otherwise be caught by i?86-*-rtems*
+	echo "*** Configuration $machine not supported" 1>&2
+	exit 1
 	;;
-i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
+i[34567]86-*-rtems*)
 	xm_defines=POSIX
 	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
 	extra_parts="crtbegin.o crtend.o crti.o crtn.o"
@@ -1483,17 +1231,6 @@ i[34567]86-*-udk*)      # Intel x86 on S
 	extra_parts="crtbegin.o crtend.o"
 	install_headers_dir=install-headers-cpio
 	;;
-i[34567]86-*-osf1*)		# Intel 80386's running OSF/1 1.3+
-	xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
-	if test x$stabs = xyes
-	then
-		tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h i386/osf1elfgdb.h"
-	else
-		tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h"
-	fi
-	tmake_file=i386/t-osf1elf
-	extra_parts="crti.o crtn.o crtbegin.o crtend.o"
-	;;
 i[34567]86-*-sysv*)		# Intel 80386's running system V
 	xm_defines=POSIX
 	if test x$gas = xyes
@@ -1502,7 +1239,7 @@ i[34567]86-*-sysv*)		# Intel 80386's run
 		then
 			tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
 			tmake_file=i386/t-svr3dbx
-			extra_parts="svr3.ifile svr3z.rfile"
+			extra_parts="svr3.ifile svr3z.ifile"
 		else
 			tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
 			extra_parts="crtbegin.o crtend.o"
@@ -1598,44 +1335,6 @@ i[34567]86-*-interix*)
 		tm_file="${tm_file} dbxcoff.h"
 	fi
 	;;
-i[34567]86-dg-dgux*)
-	xm_defines=POSIX
-	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/dgux.h"
-	tmake_file=i386/t-dgux
-	install_headers_dir=install-headers-cpio
-      ;;
-i860-alliant-*)		# Alliant FX/2800
-	tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h i860/fx2800.h"
-	tmake_file=i860/t-fx2800
-	extra_parts="crtbegin.o crtend.o"
-	;;
-i860-*-bsd*)
-	tm_file="${tm_file} i860/bsd.h"
-	if test x$gas = xyes
-	then
-		tm_file="${tm_file} i860/bsd-gas.h"
-	fi
-	use_collect2=yes
-	;;
-i860-*-mach*)
-	tm_file="${tm_file} i860/mach.h"
-	tmake_file=t-libc-ok
-	;;
-i860-*-osf*)			# Intel Paragon XP/S, OSF/1AD
-	tm_file="${tm_file} svr3.h i860/paragon.h"
-	xm_defines=POSIX
-	;;
-i860-*-sysv3*)
-	tm_file="${tm_file} svr3.h i860/sysv3.h"
-	xm_defines=POSIX
-	extra_parts="crtbegin.o crtend.o"
-	;;
-i860-*-sysv4*)
-	tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h"
-	xm_defines=POSIX
-	tmake_file=t-svr4
-	extra_parts="crtbegin.o crtend.o"
-	;;
 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
 	tm_file="${tm_file} i960/vx960.h"
 	tmake_file=i960/t-vxworks960
@@ -1744,11 +1443,6 @@ m68hc12-*-*|m6812-*-*)
 	out_file="m68hc11/m68hc11.c"
 	tmake_file="m68hc11/t-m68hc11-gas"
         ;;
-m68000-convergent-sysv*)
-	tm_file=m68k/ctix.h
-	xm_defines=POSIX
-	use_collect2=yes
-	;;
 m68000-hp-bsd*)			# HP 9000/200 running BSD
 	tm_file=m68k/hp2bsd.h
 	use_collect2=yes
@@ -1783,57 +1477,6 @@ m68000-att-sysv*)
 	fi
 	use_collect2=yes
 	;;
-m68k-apple-aux*)		# Apple Macintosh running A/UX
-	xm_defines=POSIX
-	tmake_file=m68k/t-aux
-	install_headers_dir=install-headers-cpio
-	extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
-	tm_file=
-	if test "$gnu_ld" = yes
-	then
-		tm_file="${tm_file} m68k/auxgld.h"
-	else
-		tm_file="${tm_file} m68k/auxld.h"
-	fi
-	if test "$gas" = yes
-	then
-		tm_file="${tm_file} m68k/auxgas.h"
-	else
-		tm_file="${tm_file} m68k/auxas.h"
-	fi
-	tm_file="${tm_file} m68k/a-ux.h"
-	float_format=m68k
-	;;
-m68k-apollo-*)
-	tm_file=m68k/apollo68.h
-	use_collect2=yes
-	float_format=m68k
-	;;
-m68k-altos-sysv*)		   # Altos 3068
-	if test x$gas = xyes
-	then
-	        tm_file=m68k/altos3068.h
-		xm_defines=POSIX
-	else
-		echo "The Altos is supported only with the GNU assembler" 1>&2
-		exit 1
-	fi
-        ;;
-m68k-bull-sysv*)		# Bull DPX/2
-	if test x$gas = xyes
-	then
-		if test x$stabs = xyes
-		then
-			tm_file=m68k/dpx2cdbx.h
-		else
-			tm_file=m68k/dpx2g.h
-		fi
-	else
-		tm_file=m68k/dpx2.h
-	fi
-	xm_defines=POSIX
-	use_collect2=yes
-	;;
 m68k-atari-sysv4*)              # Atari variant of V.4.
 	tm_file=m68k/atari.h
 	xm_defines=POSIX
@@ -1841,6 +1484,11 @@ m68k-atari-sysv4*)              # Atari 
 	extra_parts="crtbegin.o crtend.o"
 	float_format=m68k
 	;;
+m68k-apollo-sysv* | m68k-bull-sysv*)
+	# can otherwise be caught by m68k-*-sysv4*
+	echo "*** Configuration $machine not supported" 1>&2
+	exit 1
+	;;
 m68k-motorola-sysv*)
 	tm_file=m68k/mot3300.h
 	xm_defines=POSIX
@@ -1907,16 +1555,6 @@ m68k-hp-bsd*)			# HP 9000/3xx running Be
 	use_collect2=yes
 	float_format=m68k
 	;;
-m68k-isi-bsd*)
-	if test x$with_fp = xno
-	then
-		tm_file=m68k/isi-nfp.h
-	else
-		tm_file=m68k/isi.h
-		float_format=m68k
-	fi
-	use_collect2=yes
-	;;
 m68k-hp-hpux7*)	# HP 9000 series 300 running HPUX version 7.
 	xm_defines=POSIX
 	if test x$gas = xyes
@@ -1950,47 +1588,6 @@ m68k-sun-mach*)
 	use_collect2=yes
 	float_format=m68k
 	;;
-m68k-sony-newsos3*)
-	if test x$gas = xyes
-	then
-		tm_file=m68k/news3gas.h
-	else
-		tm_file=m68k/news3.h
-	fi
-	use_collect2=yes
-	float_format=m68k
-	;;
-m68k-sony-bsd* | m68k-sony-newsos*)
-	if test x$gas = xyes
-	then
-		tm_file=m68k/newsgas.h
-	else
-		tm_file=m68k/news.h
-	fi
-	use_collect2=yes
-	float_format=m68k
-	;;
-m68k-next-nextstep2*)
-	tm_p_file="${tm_p_file} nextstep-protos.h"
-	tm_file=m68k/next21.h
-	tmake_file=m68k/t-next
-	xmake_file=m68k/x-next
-	extra_objs=nextstep.o
-	use_collect2=yes
-	float_format=m68k
-        ;;
-m68k-next-nextstep[34]*)
-	tm_p_file="${tm_p_file} nextstep-protos.h"
-	tm_file=m68k/next.h
-	tmake_file=m68k/t-next
-	xmake_file=m68k/x-next
-	extra_objs=nextstep.o
-	extra_parts="crtbegin.o crtend.o"
-	float_format=m68k
-	if test x$enable_threads = xyes; then
-		thread_file='mach'
-	fi
-	;;
 m68k-sun-sunos3*)
 	if test x$with_fp = xno
 	then
@@ -2033,16 +1630,6 @@ m68020-*-elf* | m68k-*-elf*)
 	tmake_file=m68k/t-m68kelf
 	extra_parts="crtbegin.o crtend.o"
 	;;
-m68k-*-lynxos*)
-	if test x$gas = xyes
-	then
-		tm_file=m68k/lynx.h
-	else
-		tm_file=m68k/lynx-ng.h
-	fi
-	tmake_file=m68k/t-lynx
-	float_format=m68k
-	;;
 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
 	tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
 	case $machine in
@@ -2068,11 +1655,6 @@ m68k*-*-openbsd*)
 	# we need collect2 until our bug is fixed...
 	use_collect2=yes
 	;;
-m68k-*-sysv3*)			# Motorola m68k's running system V.3
-	xm_defines=POSIX
-	extra_parts="crtbegin.o crtend.o"
-	float_format=m68k
-	;;
 m68k-*-sysv4*)			# Motorola m68k's running system V.4
 	tm_file=m68k/m68kv4.h
 	xm_defines=POSIX
@@ -2113,16 +1695,11 @@ m68k-*-psos*)
 	tm_file=m68k/m68k-psos.h
 	float_format=m68k
 	;;
-m68k-*-rtemscoff*)
-	xm_defines=POSIX
-	tmake_file="m68k/t-m68kbare t-rtems"
-	tm_file="m68k/m68k-coff.h m68k/rtems.h rtems.h"
-	float_format=m68k
-	if test x$enable_threads = xyes; then
-	  thread_file='rtems'
-	fi
+m68k-*-rtemscoff*)	# would otherwise be caught by m68k-*-rtems*
+	echo "*** Configuration $machine not supported" 1>&2
+	exit 1
 	;;
-m68k-*-rtemself*|m68k-*-rtems*)
+m68k-*-rtems*)
 	xm_defines=POSIX
 	tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
 	tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h"
@@ -2132,76 +1709,14 @@ m68k-*-rtemself*|m68k-*-rtems*)
 	  thread_file='rtems'
 	fi
 	;;
-m88k-dg-dgux*)
-	xm_defines=POSIX
-	case $machine in
-	  m88k-dg-dguxbcs*)
-	    tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h m88k/dguxbcs.h"
-	    tmake_file="m88k/t-dgux m88k/t-dguxbcs"
-	    ;;
-	  *)
-	    tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h"
-	    tmake_file=m88k/t-dgux
-	    ;;
-	esac
-	extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
-	if test x$gas = xyes
-	then
-		tmake_file=m88k/t-dgux-gas
-	fi
-	;;
-m88k-dolphin-sysv3*)
-	xm_defines=POSIX
-	tm_file=m88k/dolph.h
-	extra_parts="crtbegin.o crtend.o"
-	tmake_file=m88k/t-dolph
-	if test x$gas = xyes
-	then
-		tmake_file=m88k/t-m88k-gas
-	fi
-	;;
-m88k-tektronix-sysv3)
-	xm_defines=POSIX
-	tm_file=m88k/tekXD88.h
-	extra_parts="crtbegin.o crtend.o"
-	tmake_file=m88k/t-tekXD88
-	if test x$gas = xyes
-	then
-		tmake_file=m88k/t-m88k-gas
-	fi
-	;;
 m88k-*-aout*)
 	xm_defines=POSIX
 	tm_file=m88k/m88k-aout.h
 	;;
-m88k-*-coff*)
-	xm_defines=POSIX
-	tm_file=m88k/m88k-coff.h
-	tmake_file=m88k/t-bug
-	;;
-m88k-*-luna*)
-	tm_file=m88k/luna.h
-	extra_parts="crtbegin.o crtend.o"
-	if test x$gas = xyes
-	then
-		tmake_file=m88k/t-luna-gas
-	else
-		tmake_file=m88k/t-luna
-	fi
-	;;
 m88k-*-openbsd*)
 	tmake_file="${tmake_file} m88k/t-luna-gas"
 	tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
 	;;
-m88k-*-sysv3*)
-	xm_defines=POSIX
-	tm_file=m88k/sysv3.h
-	extra_parts="crtbegin.o crtend.o"
-	if test x$gas = xyes
-	then
-		tmake_file=m88k/t-m88k-gas
-	fi
-	;;
 m88k-*-sysv4*)
 	xm_defines=POSIX
 	tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
@@ -2287,96 +1802,10 @@ mips-sgi-irix5*)		# SGI System V.4., IRI
 #		thread_file='irix'
 #	fi
 	;;
-mips-sgi-irix4loser*)		# Mostly like a MIPS.
-	tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	tmake_file=mips/t-iris
-	xm_defines=POSIX
-	if test x$gas = xyes
-	then	:
-	else
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-#	if test x$enable_threads = xyes; then
-#		thread_file='irix'
-#	fi
-	;;
-mips-sgi-irix4*)		# Mostly like a MIPS.
-	tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	tmake_file=mips/t-iris
-	xm_defines=POSIX
-	if test x$gas = xyes
-	then	:
-	else
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-#	if test x$enable_threads = xyes; then
-#		thread_file='irix'
-#	fi
-	;;
-mips-sgi-*)			# Mostly like a MIPS.
-	tm_file="mips/iris3.h ${tm_file}"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	xm_defines=POSIX
-	if test x$gas = xyes
-	then	:
-	else
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
-mips-dec-osfrose*)		# Decstation running OSF/1 reference port with OSF/rose.
-	tm_file="mips/osfrose.h ${tm_file}"
-	extra_objs=halfpic.o
-	use_collect2=yes
-	;;
-mips-dec-osf*)			# Decstation running OSF/1 as shipped by DIGITAL
-	tm_file=mips/dec-osf1.h
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	if test x$gas = xyes
-	then	:
-	else
-		tmake_file=mips/t-ultrix
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
+mips-sgi-*)	# would otherwise be caught by mips-*-elf*
+	echo "*** Configuration $machine not supported" 1>&2
+	exit 1
 	;;
-mips-dec-bsd*)                  # Decstation running 4.4 BSD
-      tm_file=mips/dec-bsd.h
-      if test x$gas = xyes
-      then	:
-      else
-		tmake_file=mips/t-ultrix
-		extra_passes="mips-tfile mips-tdump"
-      fi
-      if test x$gnu_ld != xyes
-      then
-		use_collect2=yes
-      fi
-      ;;
 mips*-*-netbsd*)			# NetBSD/mips, either endian.
 	tm_file="elfos.h mips/netbsd.h"
 	case $machine in
@@ -2413,192 +1842,6 @@ mips*-*-openbsd*)		# mips big endian
 	target_cpu_default="MASK_GAS|MASK_ABICALLS"
 	tm_file="mips/openbsd-be.h ${tm_file}"
 	;;
-mips-sony-bsd* | mips-sony-newsos*)	# Sony NEWS 3600 or risc/news.
-	tm_file="mips/news4.h ${tm_file}"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	if test x$gas = xyes
-	then	:
-	else
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
-mips-sony-sysv*)		# Sony NEWS 3800 with NEWSOS5.0.
-				# That is based on svr4.
-	# t-svr4 is not right because this system doesn't use ELF.
-	tm_file="mips/news5.h ${tm_file}"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	xm_defines=POSIX
-	if test x$gas = xyes
-	then	:
-	else
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
-mips-tandem-sysv4*)		# Tandem S2 running NonStop UX
-	tm_file="mips/svr4-5.h mips/svr4-t.h"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	xm_defines=POSIX
-	if test x$gas = xyes
-	then
-		extra_parts="crtbegin.o crtend.o"
-	else
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
-mips-*-ultrix* | mips-dec-mach3)	# Decstation.
-	tm_file="mips/ultrix.h ${tm_file}"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	if test x$gas = xyes
-	then	:
-	else
-		tmake_file=mips/t-ultrix
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-        ;;
-mips-*-riscos[56789]bsd*)
-	tm_file=mips/bsd-5.h	# MIPS BSD 4.3, RISC-OS 5.0
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	if test x$gas = xyes
-	then
-		tmake_file=mips/t-bsd-gas
-	else
-		tmake_file=mips/t-bsd
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-        ;;
-mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
-	tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	if test x$gas = xyes
-	then
-		tmake_file=mips/t-bsd-gas
-	else
-		tmake_file=mips/t-bsd
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-        ;;
-mips-*-riscos[56789]sysv4*)
-	tm_file=mips/svr4-5.h	# MIPS System V.4., RISC-OS 5.0
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	if test x$gas = xyes
-	then
-		tmake_file=mips/t-svr4-gas
-	else
-		tmake_file=mips/t-svr4
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
-mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
-	tm_file="mips/svr4-4.h ${tm_file}"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	xm_defines=POSIX
-	if test x$gas = xyes
-	then
-		tmake_file=mips/t-svr4-gas
-	else
-		tmake_file=mips/t-svr4
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
-mips-*-riscos[56789]sysv*)
-	tm_file=mips/svr3-5.h	# MIPS System V.3, RISC-OS 5.0
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	xm_defines=POSIX
-	if test x$gas = xyes
-	then
-		tmake_file=mips/t-svr3-gas
-	else
-		tmake_file=mips/t-svr3
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
-mips-*-sysv* | mips-*-riscos*sysv*)
-	tm_file="mips/svr3-4.h ${tm_file}"
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	xm_defines=POSIX
-	if test x$gas = xyes
-	then
-		tmake_file=mips/t-svr3-gas
-	else
-		tmake_file=mips/t-svr3
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
-mips-*-riscos[56789]*)		# Default MIPS RISC-OS 5.0.
-	tm_file=mips/mips-5.h
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	if test x$gas = xyes
-	then	:
-	else
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
 mipsel-*-ecoff*)
 	tm_file=mips/ecoffl.h
 	if test x$stabs = xyes; then
@@ -2667,20 +1910,6 @@ mipstx39-*-elf*)
 	tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
 	tmake_file=mips/t-r3900
 	;;
-mips-*-*)				# Default MIPS RISC-OS 4.0.
-	if test x$stabs = xyes; then
-		tm_file="${tm_file} dbx.h"
-	fi
-	if test x$gas = xyes
-	then	:
-	else
-		extra_passes="mips-tfile mips-tdump"
-	fi
-	if test x$gnu_ld != xyes
-	then
-		use_collect2=yes
-	fi
-	;;
 mmix-knuth-mmixware)
 	;;
 mn10200-*-*)
@@ -2700,35 +1929,6 @@ mn10300-*-*)
 	fi
 	use_collect2=no
 	;;
-ns32k-encore-bsd*)
-	tm_file=ns32k/encore.h
-	use_collect2=yes
-	;;
-ns32k-sequent-bsd*)
-	tm_file=ns32k/sequent.h
-	use_collect2=yes
-	;;
-ns32k-tek6100-bsd*)
-	tm_file=ns32k/tek6100.h
-	use_collect2=yes
-	;;
-ns32k-tek6200-bsd*)
-	tm_file=ns32k/tek6200.h
-	use_collect2=yes
-	;;
-ns32k-merlin-*)
-	tm_file=ns32k/merlin.h
-	use_collect2=yes
-	;;
-ns32k-pc532-mach*)
-	tm_file=ns32k/pc532-mach.h
-	use_collect2=yes
-	;;
-ns32k-pc532-minix*)
-	tm_file=ns32k/pc532-min.h
-	xm_defines='POSIX HZ=60'
-	use_collect2=yes
-	;;
 ns32k-*-netbsdelf*)
 	echo "GCC does not yet support the ${machine} target"; exit 1
 	;;
@@ -2748,21 +1948,6 @@ avr-*-*)
 ns32k-*-openbsd*)
 	# Nothing special
 	;;
-pj*-linux*)
-	tm_file="dbxelf.h elfos.h svr4.h pj/linux.h ${tm_file}"
-	;;
-pj-*)
-	;;
-pjl-*)
-	tm_file="dbxelf.h elfos.h svr4.h pj/pjl.h ${tm_file}"
-	;;
-
-romp-*-aos*)
-	use_collect2=yes
-	;;
-romp-*-mach*)
-	use_collect2=yes
-	;;
 romp-*-openbsd*)
 	# Nothing special
 	;;
@@ -3028,7 +2213,7 @@ sh64-*-elf*)
 	tmake_file="sh/t-sh sh/t-elf sh/t-sh64"
 	tm_file="${tm_file} sh/sh.h sh/embed-elf.h sh/sh64.h"
 	float_format=sh
-	extra_headers="../../config/sh/shmedia.h ../../config/sh/ushmedia.h ../../config/sh/sshmedia.h"
+	extra_headers="shmedia.h ushmedia.h sshmedia.h"
 	# Not strictly necessary to check this, but a good idea anyway.
 	if test $machine = $target; then
 		target_requires_64bit_host_wide_int=yes
@@ -3149,15 +2334,11 @@ sparc-*-lynxos*)
 	fi
 	tmake_file=sparc/t-sunos41
 	;;
-sparc-*-rtemsaout*)
-	xm_defines=POSIX
-	tmake_file="sparc/t-sparcbare t-rtems"
-	tm_file="${tm_file} aoutos.h sparc/aout.h sparc/rtems.h rtems.h"
-	if test x$enable_threads = xyes; then
-	  thread_file='rtems'
-	fi
+sparc-*-rtemsaout*)	# would otherwise be caught by sparc-*-rtems*
+	echo "*** Configuration $machine not supported" 1>&2
+	exit 1
 	;;
-sparc-*-rtems*|sparc-*-rtemself*)
+sparc-*-rtems*)
 	xm_defines=POSIX
 	tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
 	tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
@@ -3429,10 +2610,6 @@ vax-*-vms*)			# VAXen running VMS
 vax-*-*)			# VAX default entry
 	float_format=vax
 	;;
-we32k-att-sysv*)
-	xm_defines=POSIX
-	use_collect2=yes
-	;;
 xscale-*-elf)
 	tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
 	tmake_file=arm/t-xscale-elf
@@ -3471,7 +2648,7 @@ xtensa-*-linux*)
 	fi
 	;;
 *)
-	echo "Configuration $machine not supported" 1>&2
+	echo "*** Configuration $machine not supported" 1>&2
 	exit 1
 	;;
 esac
===================================================================
Index: doc/install.texi
--- doc/install.texi	17 May 2002 19:04:36 -0000	1.119
+++ doc/install.texi	24 May 2002 23:58:46 -0000
@@ -1483,12 +1483,6 @@ GNU Compiler Collection on your machine.
 @ifhtml
 @itemize
 @item
-@uref{#1750a-*-*,,1750a-*-*}
-@item
-@uref{#a29k,,a29k}
-@item
-@uref{#a29k-*-bsd,,a29k-*-bsd}
-@item
 @uref{#alpha*-*-*,,alpha*-*-*}
 @item
 @uref{#alpha*-dec-osf*,,alpha*-dec-osf*}
@@ -1503,8 +1497,6 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#arm*-*-linux-gnu,,arm*-*-linux-gnu}
 @item
-@uref{#arm-*-riscix,,arm-*-riscix}
-@item
 @uref{#avr,,avr}
 @item
 @uref{#c4x,,c4x}
@@ -1513,8 +1505,6 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#dsp16xx,,dsp16xx}
 @item
-@uref{#elxsi-elxsi-bsd,,elxsi-elxsi-bsd}
-@item
 @uref{#*-*-freebsd*,,*-*-freebsd*}
 @item
 @uref{#h8300-hms,,h8300-hms}
@@ -1531,8 +1521,6 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#*-*-linux-gnu,,*-*-linux-gnu}
 @item
-@uref{#ix86-*-linux*oldld,,i?86-*-linux*oldld}
-@item
 @uref{#ix86-*-linux*aout,,i?86-*-linux*aout}
 @item
 @uref{#ix86-*-linux*,,i?86-*-linux*}
@@ -1545,18 +1533,8 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#ix86-*-udk,,i?86-*-udk}
 @item
-@uref{#ix86-*-isc,,i?86-*-isc}
-@item
 @uref{#ix86-*-esix,,i?86-*-esix}
 @item
-@uref{#ix86-ibm-aix,,i?86-ibm-aix}
-@item
-@uref{#ix86-sequent-bsd,,i?86-sequent-bsd}
-@item
-@uref{#ix86-sequent-ptx1*,,i?86-sequent-ptx1*, i?86-sequent-ptx2*, i?86-sequent-sysv3*}
-@item
-@uref{#i860-intel-osf*,,i860-intel-osf*}
-@item
 @uref{#ia64-*-linux,,ia64-*-linux}
 @item
 @uref{#*-lynx-lynxos,,*-lynx-lynxos}
@@ -1571,56 +1549,24 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#m6812-elf,,m6812-elf}
 @item
-@uref{#m68k-altos,,m68k-altos}
-@item
-@uref{#m68k-apple-aux,,m68k-apple-aux}
-@item
 @uref{#m68k-att-sysv,,m68k-att-sysv}
 @item
-@uref{#m68k-bull-sysv,,m68k-bull-sysv}
-@item
 @uref{#m68k-crds-unos,,m68k-crds-unos}
 @item
 @uref{#m68k-hp-hpux,,m68k-hp-hpux}
 @item
-@uref{#m68k-*-nextstep*,,m68k-*-nextstep*}
-@item
 @uref{#m68k-ncr-*,,m68k-ncr-*}
 @item
 @uref{#m68k-sun,,m68k-sun}
 @item
 @uref{#m68k-sun-sunos4.1.1,,m68k-sun-sunos4.1.1}
 @item
-@uref{#m88k-*-svr3,,m88k-*-svr3}
-@item
-@uref{#m88k-*-dgux,,m88k-*-dgux}
-@item
-@uref{#m88k-tektronix-sysv3,,m88k-tektronix-sysv3}
-@item
 @uref{#mips-*-*,,mips-*-*}
 @item
-@uref{#mips-dec-*,,mips-dec-*}
-@item
-@uref{#mips-mips-bsd,,mips-mips-bsd}
-@item
-@uref{#mips-mips-riscos*,,mips-mips-riscos*}
-@item
-@uref{#mips-sgi-irix4,,mips-sgi-irix4}
-@item
 @uref{#mips-sgi-irix5,,mips-sgi-irix5}
 @item
 @uref{#mips-sgi-irix6,,mips-sgi-irix6}
 @item
-@uref{#mips-sony-sysv,,mips-sony-sysv}
-@item
-@uref{#ns32k-encore,,ns32k-encore}
-@item
-@uref{#ns32k-*-genix,,ns32k-*-genix}
-@item
-@uref{#ns32k-sequent,,ns32k-sequent}
-@item
-@uref{#ns32k-utek,,ns32k-utek}
-@item
 @uref{#powerpc*-*-*,,powerpc*-*-*, powerpc-*-sysv4}
 @item
 @uref{#powerpc-*-darwin*,,powerpc-*-darwin*}
@@ -1645,8 +1591,6 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#powerpcle-*-winnt,,powerpcle-*-winnt, powerpcle-*-pe}
 @item
-@uref{#romp-*-aos,,romp-*-aos, romp-*-mach}
-@item
 @uref{#s390-*-linux*}
 @item
 @uref{#s390x-*-linux*}
@@ -1671,8 +1615,6 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#vax-dec-ultrix,,vax-dec-ultrix}
 @item
-@uref{#we32k-*-*,,we32k-*-*}
-@item
 @uref{#xtensa-*-elf,,xtensa-*-elf}
 @item
 @uref{#xtensa-*-linux*,,xtensa-*-linux*}
@@ -1695,70 +1637,6 @@ GNU Compiler Collection on your machine.
 <!-- -------- host/target specific issues start here ---------------- -->
 <hr>
 @end html
-@heading @anchor{1750a-*-*}1750a-*-*
-MIL-STD-1750A processors.  This target is obsoleted in GCC 3.1.
-
-The MIL-STD-1750A cross configuration produces output for
-@code{as1750}, an assembler/linker available under the GNU General Public
-License for the 1750A@.  @code{as1750} can be obtained at
-@uref{ftp://ftp.fta-berlin.de/pub/crossgcc/1750gals/}.
-A similarly licensed simulator for
-the 1750A is available from same address.
-
-You should ignore a fatal error during the building of @samp{libgcc}
-(@samp{libgcc} is not yet implemented for the 1750A@.)
-
-The @code{as1750} assembler requires the file @file{ms1750.inc}, which is
-found in the directory @file{gcc/config/1750a}.
-
-GCC produced the same sections as the Fairchild F9450 C Compiler,
-namely:
-
-@table @code
-@item Normal
-The program code section.
-
-@item Static
-The read/write (RAM) data section.
-
-@item Konst
-The read-only (ROM) constants section.
-
-@item Init
-Initialization section (code to copy KREL to SREL)@.
-@end table
-
-The smallest addressable unit is 16 bits (@code{BITS_PER_UNIT} is 16).  This
-means that type @code{char} is represented with a 16-bit word per character.
-The 1750A's ``Load/Store Upper/Lower Byte'' instructions are not used by
-GCC@.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{a29k}a29k
-AMD Am29k-family processors.  These are normally used in embedded
-applications.  This configuration corresponds to AMD's standard calling
-sequence and binary interface and is compatible with other 29k tools.
-
-AMD has abandoned this processor.  All existing a29k targets are obsoleted
-in GCC 3.1.
-
-You may need to make a variant of the file @file{a29k.h} for your
-particular configuration.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{a29k-*-bsd}a29k-*-bsd
-AMD Am29050 used in a system running a variant of BSD Unix.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{alpha*-*-*}alpha*-*-*
 
 This section contains general configuration information for all
@@ -1780,8 +1658,9 @@ Systems using processors that implement 
 are running the DEC/Compaq Unix (DEC OSF/1, Digital UNIX, or Compaq
 Tru64 UNIX) operating system, for example the DEC Alpha AXP systems.
 
-Support for versions before @code{alpha*-dec-osf4} is obsoleted in GCC
-3.1.  (These are the versions which identify themselves as DEC OSF/1.)
+As of GCC 3.2, versions before @code{alpha*-dec-osf4} are no longer
+supported.  (These are the versions which identify themselves as DEC
+OSF/1.)
 
 In Tru64 UNIX V5.1, Compaq introduced a new assembler that does not
 currently (2001-06-13) work with @command{mips-tfile}.  As a workaround,
@@ -1914,24 +1793,6 @@ We require GNU binutils 2.10 or newer.
 </p>
 <hr>
 @end html
-@heading @anchor{arm-*-riscix}arm-*-riscix
-The ARM2 or ARM3 processor running RISC iX, Acorn's port of BSD Unix.
-This configuration is obsoleted in GCC 3.1.
-
-If you are running a version of RISC iX prior to 1.2 then you must
-specify the version number during configuration.  Note that the
-assembler shipped with RISC iX does not support stabs debugging
-information; a new version of the assembler, with stabs support
-included, is now available from Acorn and via ftp
-@uref{ftp://ftp.acorn.com/pub/riscix/as+xterm.tar.Z}.  To enable stabs
-debugging, pass @option{--with-gnu-as} to configure.
-
-You will need to install GNU @command{sed} before you can run configure.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{avr}avr
 
 ATMEL AVR-family micro controllers.  These are used in embedded
@@ -2066,14 +1927,14 @@ The version of binutils installed in @fi
 otherwise specified in any per-architecture notes.  However, binutils
 2.12.1 or greater is known to improve overall testsuite results.
 
-For FreeBSD 1, FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All
+FreeBSD 1 is no longer supported in GCC 3.2.
+
+For FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All
 configuration support and files as shipped with GCC 2.95 are still in
 place.  FreeBSD 2.2.7 has been known to bootstrap completely; however,
 it is unknown which version of binutils was used (it is assumed that it
 was the system copy in @file{/usr/bin}) and C++ EH failures were noted.
 
-Support for FreeBSD 1 is obsoleted in GCC 3.1.
-
 For FreeBSD using the ELF file format: DWARF 2 debugging is now the
 default for all CPU architectures.  It had been the default on
 FreeBSD/alpha since its inception.  You may use @option{-gstabs} instead
@@ -2107,16 +1968,6 @@ Shared @file{libgcc_s.so} is now built a
 </p>
 <hr>
 @end html
-@heading @anchor{elxsi-elxsi-bsd}elxsi-elxsi-bsd
-The Elxsi's C compiler has known limitations that prevent it from
-compiling GCC@.  Please contact @email{mrs@@wrs.com} for more details.
-
-Support for this processor is obsoleted in GCC 3.1.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{h8300-hms}h8300-hms
 Hitachi H8/300 series of processors.
 
@@ -2253,17 +2104,6 @@ glibc 2.2.4 whether patches for GCC 3.0 
 </p>
 <hr>
 @end html
-@heading @anchor{ix86-*-linux*oldld}i?86-*-linux*oldld
-Use this configuration to generate @file{a.out} binaries on Linux-based
-GNU systems if you do not have gas/binutils version 2.5.2 or later
-installed.
-
-This configuration is obsoleted in GCC 3.1.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{ix86-*-linux*aout}i?86-*-linux*aout
 Use this configuration to generate @file{a.out} binaries on Linux-based
 GNU systems.  This configuration is being superseded.  You must use
@@ -2411,96 +2251,6 @@ have installed.
 </p>
 <hr>
 @end html
-@heading @anchor{ix86-*-isc}i?86-*-isc
-This configuration is obsoleted in GCC 3.1.
-
-It may be a good idea to link with GNU malloc instead of the malloc that
-comes with the system.
-
-In ISC version 4.1, @command{sed} core dumps when building
-@file{deduced.h}.  Use the version of @command{sed} from version 4.0.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{ix86-ibm-aix}i?86-ibm-aix
-This configuration is obsoleted in GCC 3.1.
-
-You need to use GAS version 2.1 or later, and LD from
-GNU binutils version 2.2 or later.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{ix86-sequent-bsd}i?86-sequent-bsd
-This configuration is obsoleted in GCC 3.1.
-
-Go to the Berkeley universe before compiling.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{ix86-sequent-ptx1*}i?86-sequent-ptx1*, i?86-sequent-ptx2*, i?86-sequent-sysv3*
-This configuration is obsoleted in GCC 3.1.
-
-You must install GNU @command{sed} before running @command{configure}.
-
-The @code{fixproto} shell script may trigger a bug in the system shell.
-If you encounter this problem, upgrade your operating system or
-use @command{bash} (the GNU shell) to run @code{fixproto}.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{i860-intel-osf*}i860-intel-osf*
-All support for the i860 processor is obsoleted in GCC 3.1.
-
-On the Intel Paragon (an i860 machine), if you are using operating
-system version 1.0, you will get warnings or errors about redefinition
-of @code{va_arg} when you build GCC@.
-
-If this happens, then you need to link most programs with the library
-@file{iclib.a}.  You must also modify @file{stdio.h} as follows: before
-the lines
-
-@example
-#if     defined(__i860__) && !defined(_VA_LIST)
-#include <va_list.h>
-@end example
-
-@noindent
-insert the line
-
-@example
-#if __PGC__
-@end example
-
-@noindent
-and after the lines
-
-@example
-extern int  vprintf(const char *, va_list );
-extern int  vsprintf(char *, const char *, va_list );
-#endif
-@end example
-
-@noindent
-insert the line
-
-@example
-#endif /* __PGC__ */
-@end example
-
-These problems don't exist in operating system version 1.1.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{ia64-*-linux}ia64-*-linux
 IA-64 processor (also known as IPF, or Itanium Processor Family)
 running GNU/Linux.
@@ -2652,36 +2402,6 @@ applications.  There are no standard Uni
 </p>
 <hr>
 @end html
-@heading @anchor{m68k-altos}m68k-altos
-Altos 3068.  This configuration is obsoleted in GCC 3.1.
-
-You must use the GNU assembler, linker and debugger.
-Also, you must fix a kernel bug.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{m68k-apple-aux}m68k-apple-aux
-Apple Macintosh running A/UX@.
-This configuration is obsoleted in GCC 3.1.
-
-You may configure GCC  to use either the system assembler and
-linker or the GNU assembler and linker.  You should use the GNU configuration
-if you can, especially if you also want to use G++.  You enable
-that configuration with the @option{--with-gnu-as} and @option{--with-gnu-ld}
-options to @code{configure}.
-
-Note the C compiler that comes
-with this system cannot compile GCC@.  You can find binaries of GCC
-for bootstrapping on @code{jagubox.gsfc.nasa.gov}.
-You will also a patched version of @file{/bin/ld} there that
-raises some of the arbitrary limits found in the original.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{m68k-att-sysv}m68k-att-sysv
 AT&T 3b1, a.k.a.@: 7300 PC@.  This version of GCC cannot
 be compiled with the system C compiler, which is too buggy.
@@ -2693,22 +2413,6 @@ bootstrap.  Binaries are available from 
 </p>
 <hr>
 @end html
-@heading @anchor{m68k-bull-sysv}m68k-bull-sysv
-Bull DPX/2 series 200 and 300 with BOS-2.00.45 up to BOS-2.01.
-This configuration is obsoleted in GCC 3.1.
-
-GCC works
-either with native assembler or GNU assembler.  You can use
-GNU assembler with native COFF generation by providing @option{--with-gnu-as} to
-the configure script or use GNU assembler with stabs-in-COFF encapsulation
-by providing @samp{--with-gnu-as --stabs}.  For any problem with the native
-assembler or for availability of the DPX/2 port of GAS, contact
-@email{F.Pierresteguy@@frcl.bull.fr}.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{m68k-crds-unos}m68k-crds-unos
 Use @samp{configure unos} for building on Unos.
 
@@ -2808,57 +2512,6 @@ to look like:
 </p>
 <hr>
 @end html
-@heading @anchor{m68k-*-nextstep*}m68k-*-nextstep*
-These configurations are obsoleted in GCC 3.1.
-
-Current GCC versions probably do not work on version 2 of the NeXT
-operating system.
-
-On NeXTStep 3.0, the Objective-C compiler does not work, due,
-apparently, to a kernel bug that it happens to trigger.  This problem
-does not happen on 3.1.
-
-You absolutely @strong{must} use GNU sed and GNU make on this platform.
-
-
-On NeXTSTEP 3.x where x < 3 the build of GCC will abort during
-stage1 with an error message like this:
-
-@example
-  _eh
-  /usr/tmp/ccbbsZ0U.s:987:Unknown pseudo-op: .section
-  /usr/tmp/ccbbsZ0U.s:987:Rest of line ignored. 1st junk character
-  valued 95 (_).
-@end example
-
-The reason for this is the fact that NeXT's assembler for these
-versions of the operating system does not support the @samp{.section}
-pseudo op that's needed for full C++ exception functionality.
-
-As NeXT's assembler is a derived work from GNU as, a free
-replacement that does can be obtained at
-@uref{ftp://ftp.next.peak.org:/next-ftp/next/apps/devtools/as.3.3.NIHS.s.tar.gz,,ftp://ftp.next.peak.org:/next-ftp/next/apps/devtools/as.3.3.NIHS.s.tar.gz}.
-
-If you try to build the integrated C++ & C++ runtime libraries on this system
-you will run into trouble with include files.  The way to get around this is
-to use the following sequence.  Note you must have write permission to
-the directory @var{prefix} you specified in the configuration process of GCC
-for this sequence to work.
-
-@example
-  cd bld-gcc
-  make all-texinfo all-bison all-byacc all-binutils all-gas all-ld
-  cd gcc
-  make bootstrap
-  make install-headers-tar
-  cd ..
-  make bootstrap3
-@end example
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{m68k-ncr-*}m68k-ncr-*
 On the Tower models 4@var{n}0 and 6@var{n}0, by default a process is not
 allowed to have more than one megabyte of memory.  GCC cannot compile
@@ -2894,68 +2547,7 @@ It is reported that you may need the GNU
 </p>
 <hr>
 @end html
-@heading @anchor{m88k-*-svr3}m88k-*-svr3
-Motorola m88k running the AT&T/Unisoft/Motorola V.3 reference port.
-These configurations are obsoleted in GCC 3.1.
-
-These systems tend to use the Green Hills C, revision 1.8.5, as the
-standard C compiler.  There are apparently bugs in this compiler that
-result in object files differences between stage 2 and stage 3.  If this
-happens, make the stage 4 compiler and compare it to the stage 3
-compiler.  If the stage 3 and stage 4 object files are identical, this
-suggests you encountered a problem with the standard C compiler; the
-stage 3 and 4 compilers may be usable.
-
-It is best, however, to use an older version of GCC for bootstrapping
-if you have one.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{m88k-*-dgux}m88k-*-dgux
-Motorola m88k running DG/UX@.
-These configurations are obsoleted in GCC 3.1.
-
-To build 88open BCS native or cross
-compilers on DG/UX, specify the configuration name as
-@samp{m88k-*-dguxbcs} and build in the 88open BCS software development
-environment.  To build ELF native or cross compilers on DG/UX, specify
-@samp{m88k-*-dgux} and build in the DG/UX ELF development environment.
-You set the software development environment by issuing
-@samp{sde-target} command and specifying either @samp{m88kbcs} or
-@samp{m88kdguxelf} as the operand.
-
-If you do not specify a configuration name, @file{configure} guesses the
-configuration based on the current software development environment.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{m88k-tektronix-sysv3}m88k-tektronix-sysv3
-Tektronix XD88 running UTekV 3.2e.
-These configurations are obsoleted in GCC 3.1.
-
-Do not turn on
-optimization while building stage1 if you bootstrap with
-the buggy Green Hills compiler.  Also, the bundled LAI
-System V NFS is buggy so if you build in an NFS mounted
-directory, start from a fresh reboot, or avoid NFS all together.
-Otherwise you may have trouble getting clean comparisons
-between stages.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{mips-*-*}mips-*-*
-If you use the 1.31 version of the MIPS assembler (such as was shipped
-with Ultrix 3.1), you will need to use the @option{-fno-delayed-branch} switch
-when optimizing floating point code.  Otherwise, the assembler will
-complain when the GCC compiler fills a branch delay slot with a
-floating point instruction, such as @code{add.d}.
-
 If on a MIPS system you get an error message saying ``does not have gp
 sections for all it's [sic] sectons [sic]'', don't worry about it.  This
 happens whenever you use GAS with the MIPS linker, but there is not
@@ -2965,155 +2557,6 @@ stop such warnings by installing the GNU
 It would be nice to extend GAS to produce the gp tables, but they are
 optional, and there should not be a warning about their absence.
 
-Users have reported some problems with version 2.0 of the MIPS
-compiler tools that were shipped with Ultrix 4.1.  Version 2.10
-which came with Ultrix 4.2 seems to work fine.
-
-Users have also reported some problems with version 2.20 of the
-MIPS compiler tools that were shipped with RISC/os 4.x.  The earlier
-version 2.11 seems to work fine.
-
-Some versions of the MIPS linker will issue an assertion failure
-when linking code that uses @code{alloca} against shared
-libraries on RISC-OS 5.0, and DEC's OSF/1 systems.  This is a bug
-in the linker, that is supposed to be fixed in future revisions.
-To protect against this, GCC passes @option{-non_shared} to the
-linker unless you pass an explicit @option{-shared} or
-@option{-call_shared} switch.
-
-@heading @anchor{mips-mips-bsd}mips-mips-bsd
-MIPS machines running the MIPS operating system in BSD mode.
-These configurations are obsoleted in GCC 3.1.
-
-It's possible that some old versions of the system lack the functions
-@code{memcpy}, @code{memmove}, @code{memcmp}, and @code{memset}.  If your
-system lacks these, you must remove or undo the definition of
-@code{TARGET_MEM_FUNCTIONS} in @file{mips-bsd.h}.
-
-If you use the MIPS C compiler to bootstrap, it may be necessary
-to increase its table size for switch statements with the
-@option{-Wf,-XNg1500} option.  If you use the @option{-O2}
-optimization option, you also need to use @option{-Olimit 3000}.
-Both of these options are automatically generated in the
-@file{Makefile} that the shell script @file{configure} builds.
-If you override the @code{CC} make variable and use the MIPS
-compilers, you may need to add @option{-Wf,-XNg1500 -Olimit 3000}.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{mips-dec-*}mips-dec-*
-These configurations are obsoleted in GCC 3.1.
-
-MIPS-based DECstations can support three different personalities:
-Ultrix, DEC OSF/1, and OSF/rose.  (Alpha-based DECstation products have
-a configuration name beginning with @samp{alpha*-dec}.)  To configure GCC
-for these platforms use the following configurations:
-
-@table @samp
-@item mips-dec-ultrix
-Ultrix configuration.
-
-@item mips-dec-osf1
-DEC's version of OSF/1.
-
-@item mips-dec-osfrose
-Open Software Foundation reference port of OSF/1 which uses the
-OSF/rose object file format instead of ECOFF@.  Normally, you
-would not select this configuration.
-@end table
-
-If you use the MIPS C compiler to bootstrap, it may be necessary
-to increase its table size for switch statements with the
-@option{-Wf,-XNg1500} option.  If you use the @option{-O2}
-optimization option, you also need to use @option{-Olimit 3000}.
-Both of these options are automatically generated in the
-@file{Makefile} that the shell script @file{configure} builds.
-If you override the @code{CC} make variable and use the MIPS
-compilers, you may need to add @option{-Wf,-XNg1500 -Olimit 3000}.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{mips-mips-riscos*}mips-mips-riscos*
-These configurations are obsoleted in GCC 3.1.
-
-If you use the MIPS C compiler to bootstrap, it may be necessary
-to increase its table size for switch statements with the
-@option{-Wf,-XNg1500} option.  If you use the @option{-O2}
-optimization option, you also need to use @option{-Olimit 3000}.
-Both of these options are automatically generated in the
-@file{Makefile} that the shell script @file{configure} builds.
-If you override the @code{CC} make variable and use the MIPS
-compilers, you may need to add @samp{-Wf,-XNg1500 -Olimit 3000}.
-
-MIPS computers running RISC-OS can support four different
-personalities: default, BSD 4.3, System V.3, and System V.4
-(older versions of RISC-OS don't support V.4).  To configure GCC
-for these platforms use the following configurations:
-
-@table @samp
-@item mips-mips-riscos@var{rev}
-Default configuration for RISC-OS, revision @var{rev}.
-
-@item mips-mips-riscos@var{rev}bsd
-BSD 4.3 configuration for RISC-OS, revision @var{rev}.
-
-@item mips-mips-riscos@var{rev}sysv4
-System V.4 configuration for RISC-OS, revision @var{rev}.
-
-@html
-</p>
-<hr>
-@end html
-@item mips-mips-riscos@var{rev}sysv
-System V.3 configuration for RISC-OS, revision @var{rev}.
-@end table
-
-The revision @code{rev} mentioned above is the revision of
-RISC-OS to use.  You must reconfigure GCC when going from a
-RISC-OS revision 4 to RISC-OS revision 5.  This has the effect of
-avoiding a linker bug.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{mips-sgi-irix4}mips-sgi-irix4
-This configuration is obsoleted in GCC 3.1.
-
-In order to compile GCC on an SGI running IRIX 4, the ``c.hdr.lib''
-option must be installed from the CD-ROM supplied from Silicon Graphics.
-This is found on the 2nd CD in release 4.0.1.
-
-On IRIX version 4.0.5F, and perhaps on some other versions as well,
-there is an assembler bug that reorders instructions incorrectly.  To
-work around it, specify the target configuration
-@samp{mips-sgi-irix4loser}.  This configuration inhibits assembler
-optimization.
-
-In a compiler configured with target @samp{mips-sgi-irix4}, you can turn
-off assembler optimization by using the @option{-noasmopt} option.  This
-compiler option passes the option @option{-O0} to the assembler, to
-inhibit reordering.
-
-The @option{-noasmopt} option can be useful for testing whether a problem
-is due to erroneous assembler reordering.  Even if a problem does not go
-away with @option{-noasmopt}, it may still be due to assembler
-reordering---perhaps GCC itself was miscompiled as a result.
-
-You may get the following warning on IRIX 4 platforms, it can be safely
-ignored.
-@example
-  warning: foo.o does not have gp tables for all its sections.
-@end example
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{mips-sgi-irix5}mips-sgi-irix5
 
 This configuration has considerable problems, which will be fixed in a
@@ -3260,58 +2703,6 @@ information about using GCC on IRIX plat
 </p>
 <hr>
 @end html
-@heading @anchor{mips-sony-sysv}mips-sony-sysv
-Sony MIPS NEWS@.  This configuration is obsoleted in GCC 3.1.
-
-This works in NEWSOS 5.0.1, but not in 5.0.2 (which uses ELF instead of
-COFF)@.  In particular, the linker does not like the code generated by
-GCC when shared libraries are linked in.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{ns32k-encore}ns32k-encore
-This configuration is obsoleted in GCC 3.1.
-
-Encore ns32000 system.  Encore systems are supported only under BSD@.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{ns32k-*-genix}ns32k-*-genix
-National Semiconductor ns32000 system. This configuration is obsoleted
-in GCC 3.1.
-
-Genix has bugs in @code{alloca} and @code{malloc}; you must get the
-compiled versions of these from GNU Emacs.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{ns32k-sequent}ns32k-sequent
-This configuration is obsoleted in GCC 3.1.
-
-Go to the Berkeley universe before compiling.
-
-@html
-</p>
-<hr>
-@end html
-@heading @anchor{ns32k-utek}ns32k-utek
-UTEK ns32000 system (``merlin'').  This configuration is obsoleted in
-GCC 3.1.
-
-The C compiler that comes with this system cannot compile GCC; contact
-@samp{tektronix!reed!mason} to get binaries of GCC for bootstrapping.
-
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{powerpc*-*-*}powerpc-*-*
 
 You can specify a default version for the @option{-mcpu=@var{cpu_type}}
@@ -3433,20 +2824,6 @@ PowerPC system in little endian mode run
 </p>
 <hr>
 @end html
-@heading @anchor{romp-*-aos}romp-*-aos, romp-*-mach
-These configurations are obsoleted in GCC 3.1.
-
-We recommend you compile GCC with an earlier version of itself; if you
-compile GCC with @command{hc}, the Metaware compiler, it will work, but
-you will get mismatches between the stage 2 and stage 3 compilers in
-various files.  These errors are minor differences in some
-floating-point constants and can be safely ignored; the stage 3 compiler
-is correct.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{s390-*-linux*}s390-*-linux*
 S/390 system running Linux for S/390@.
 
@@ -3704,45 +3081,6 @@ in some cases (for example, when @code{a
 </p>
 <hr>
 @end html
-@heading @anchor{we32k-*-*}we32k-*-*
-These computers are also known as the 3b2, 3b5, 3b20 and other similar
-names.  (However, the 3b1 is actually a 68000.)
-These configurations are obsoleted in GCC 3.1.
-
-Don't use @option{-g} when compiling with the system's compiler.  The
-system's linker seems to be unable to handle such a large program with
-debugging information.
-
-The system's compiler runs out of capacity when compiling @file{stmt.c}
-in GCC@.  You can work around this by building @file{cpp} in GCC
-first, then use that instead of the system's preprocessor with the
-system's C compiler to compile @file{stmt.c}.  Here is how:
-
-@smallexample
-mv /lib/cpp /lib/cpp.att
-cp cpp /lib/cpp.gnu
-echo '/lib/cpp.gnu -traditional $@{1+"$@@"@}' > /lib/cpp
-chmod +x /lib/cpp
-@end smallexample
-
-The system's compiler produces bad code for some of the GCC
-optimization files.  So you must build the stage 2 compiler without
-optimization.  Then build a stage 3 compiler with optimization.
-That executable should work.  Here are the necessary commands:
-
-@smallexample
-make LANGUAGES=c CC=stage1/xgcc CFLAGS="-Bstage1/ -g"
-make stage2
-make CC=stage2/xgcc CFLAGS="-Bstage2/ -g -O"
-@end smallexample
-
-You may need to raise the ULIMIT setting to build a C++ compiler,
-as the file @file{cc1plus} is larger than one megabyte.
-
-@html
-</p>
-<hr>
-@end html
 @heading @anchor{xtensa-*-elf}xtensa-*-elf
 
 This target is intended for embedded Xtensa systems using the
@@ -3806,38 +3144,34 @@ ftp://ftp.leo.org/pub/comp/os/os2/leo/de
 GCC contains support files for many older (1980s and early
 1990s) Unix variants.  For the most part, support for these systems
 has not been deliberately removed, but it has not been maintained for
-several years and may suffer from bitrot.  Support from some systems
-has been removed from GCC 3: fx80, ns32-ns-genix, pyramid, tahoe,
-gmicro, spur; most of these targets had not been updated since GCC
-version 1.
+several years and may suffer from bitrot.
 
-We are planning to remove support for more older systems, starting in
-GCC 3.1.  Each release will have a list of ``obsoleted'' systems.
+Starting with GCC 3.1, each release has a list of ``obsoleted'' systems.
 Support for these systems is still present in that release, but
 @command{configure} will fail unless the @option{--enable-obsolete}
-option is given.  Unless a maintainer steps forward, support for
-these systems will be removed from the next release of GCC@.
-
-Support for older systems as targets for cross-compilation is less
-problematic than support for them as hosts for GCC; if an enthusiast
-wishes to make such a target work again (including resurrecting any
-of the targets that never worked with GCC 2, starting from the last
-CVS version before they were removed), patches
-@uref{../contribute.html,,following the usual requirements}
-would be likely to be accepted, since they should not affect the
-support for more modern targets.
+option is given.  Unless a maintainer steps forward, support for these
+systems will be removed from the next release of GCC@.
 
 Support for old systems as hosts for GCC can cause problems if the
 workarounds for compiler, library and operating system bugs affect the
 cleanliness or maintainability of the rest of GCC@.  In some cases, to
 bring GCC up on such a system, if still possible with current GCC, may
 require first installing an old version of GCC which did work on that
-system, and using it to compile a more recent GCC, to avoid bugs in
-the vendor compiler.  Old releases of GCC 1 and GCC 2 are available in
-the @file{old-releases} directory on the
-@uref{../mirrors.html,,GCC mirror sites}.  Header bugs may generally
-be avoided using @command{fixincludes}, but bugs or deficiencies in
-libraries and the operating system may still cause problems.
+system, and using it to compile a more recent GCC, to avoid bugs in the
+vendor compiler.  Old releases of GCC 1 and GCC 2 are available in the
+@file{old-releases} directory on the @uref{../mirrors.html,,GCC mirror
+sites}.  Header bugs may generally be avoided using
+@command{fixincludes}, but bugs or deficiencies in libraries and the
+operating system may still cause problems.
+
+Support for older systems as targets for cross-compilation is less
+problematic than support for them as hosts for GCC; if an enthusiast
+wishes to make such a target work again (including resurrecting any of
+the targets that never worked with GCC 2, starting from the last CVS
+version before they were removed), patches
+@uref{../contribute.html,,following the usual requirements} would be
+likely to be accepted, since they should not affect the support for more
+modern targets.
 
 For some systems, old versions of GNU binutils may also be useful,
 and are available from @file{pub/binutils/old-releases} on
===================================================================
Index: config/arm/arm.h
--- config/arm/arm.h	19 May 2002 07:55:31 -0000	1.149
+++ config/arm/arm.h	24 May 2002 23:58:46 -0000
@@ -390,8 +390,7 @@ Unrecognized value in TARGET_CPU_DEFAULT
 				         ? (target_flags & THUMB_FLAG_LEAF_BACKTRACE)	\
 				         : (target_flags & THUMB_FLAG_BACKTRACE))
 
-/* SUBTARGET_SWITCHES is used to add flags on a per-config basis.
-   Bit 31 is reserved.  See riscix.h.  */
+/* SUBTARGET_SWITCHES is used to add flags on a per-config basis.  */
 #ifndef SUBTARGET_SWITCHES
 #define SUBTARGET_SWITCHES
 #endif
===================================================================
Index: fixinc/mkfixinc.sh
--- fixinc/mkfixinc.sh	5 Jan 2002 04:06:51 -0000	1.40
+++ fixinc/mkfixinc.sh	24 May 2002 23:58:46 -0000
@@ -65,7 +65,6 @@ case $machine in
     armel-semi-aout | \
     arm-semi-aof | \
     armel-semi-aof | \
-    c*-convex-* | \
     hppa1.1-*-osf* | \
     hppa1.0-*-osf* | \
     hppa1.1-*-bsd* | \
@@ -79,7 +78,6 @@ case $machine in
     i?86-*-cygwin* | \
     i?86-*-mingw32* | \
     i?86-*-uwin* | \
-    mips-sgi-irix5cross64 | \
     powerpc-*-eabiaix* | \
     powerpc-*-eabisim* | \
     powerpc-*-eabi*    | \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]