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]

Re: Remove support for Sun FPA


Zack Weinberg <zack at codesourcery dot com> writes:

> OK.  Please also check the manual for references to the Sun FPA and
> get rid of those too.

This is what I have additionally checked in.  There are two references
left: the one in contrib.texi should probably remain, but I'm not sure
about the one in install.texi.

Andreas.

2003-05-17  Andreas Schwab  <schwab@suse.de>

	* doc/md.texi (Machine Constraints): Remove Sun FPA specific
	constraints.
	* doc/invoke.texi (Option Summary): Remove -mfpa.
	(M680x0 Options): Likewise.

--- gcc/doc/invoke.texi.~1.276.~	2003-05-15 00:15:38.000000000 +0200
+++ gcc/doc/invoke.texi	2003-05-17 19:57:47.000000000 +0200
@@ -329,7 +329,7 @@ in the following sections.
 @emph{M680x0 Options}
 @gccoptlist{-m68000  -m68020  -m68020-40  -m68020-60  -m68030  -m68040 @gol
 -m68060  -mcpu32  -m5200  -m68881  -mbitfield  -mc68000  -mc68020   @gol
--mfpa  -mnobitfield  -mrtd  -mshort  -msoft-float  -mpcrel @gol
+-mnobitfield  -mrtd  -mshort  -msoft-float  -mpcrel @gol
 -malign-int  -mstrict-align}
 
 @emph{M68hc1x Options}
@@ -5700,10 +5700,6 @@ This results in code which can run relat
 68020/68881 or a 68030 or a 68040.  The generated code does use the
 68881 instructions that are emulated on the 68060.
 
-@item -mfpa
-@opindex mfpa
-Generate output containing Sun FPA instructions for floating point.
-
 @item -msoft-float
 @opindex msoft-float
 Generate output containing library calls for floating point.
--- gcc/doc/md.texi.~1.67.~	2003-05-15 00:15:38.000000000 +0200
+++ gcc/doc/md.texi	2003-05-17 19:58:20.000000000 +0200
@@ -1934,12 +1934,6 @@ Data register
 @item f
 68881 floating-point register, if available
 
-@item x
-Sun FPA (floating-point) register, if available
-
-@item y
-First 16 Sun FPA registers, if available
-
 @item I
 Integer in the range 1 to 8
 
@@ -1957,9 +1951,6 @@ Signed number whose magnitude is greater
 
 @item G
 Floating point constant that is not a 68881 constant
-
-@item H
-Floating point constant that can be used by Sun FPA
 @end table
 
 @item Motorola 68HC11 & 68HC12 families---@file{m68hc11.h}


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