From owner-man-jp-reviewer@jp.freebsd.org  Sun Jan 16 16:25:03 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id QAA41945;
	Sun, 16 Jan 2000 16:25:03 +0900 (JST)
	(envelope-from owner-man-jp-reviewer@jp.FreeBSD.org)
Received: from meshsv68.os.mesh.ad.jp (meshsv68.os.mesh.ad.jp [133.205.64.136])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id QAA41940
	for <man-jp-reviewer@jp.freebsd.org>; Sun, 16 Jan 2000 16:25:03 +0900 (JST)
	(envelope-from jsakai@mxr.mesh.ne.jp)
Received: from footwork.mxr.mesh.ne.jp (kwsk11DS36.kng.mesh.ad.jp [133.205.47.36]) by meshsv68.os.mesh.ad.jp (8.8.8+2.7Wbeta7/3.5Wpl1-99080910) with ESMTP id QAA18032 for <man-jp-reviewer@jp.freebsd.org>; Sun, 16 Jan 2000 16:24:54 +0900 (JST)
Received: from localhost (footwork [192.168.0.101])
	by footwork.mxr.mesh.ne.jp (8.9.3/3.7W10/16/99) with ESMTP id QAA01446
	for <man-jp-reviewer@jp.freebsd.org>; Sun, 16 Jan 2000 16:26:50 +0900 (JST)
To: man-jp-reviewer@jp.freebsd.org
From: Junji SAKAI <sakai@jp.freebsd.org>
In-Reply-To: <20000112003522Z.sakai@csl.cl.nec.co.jp>
References: <20000111225246G.k-horik@yk.rim.or.jp>
	<20000112003522Z.sakai@csl.cl.nec.co.jp>
X-Mailer: Mew version 1.94.1 on XEmacs 21.1 (Bryce Canyon)
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
 boundary="--Next_Part(Sun_Jan_16_16:22:55_2000_809)--"
Content-Transfer-Encoding: 7bit
Message-Id: <20000116162649L.jsakai@mxr.mesh.ne.jp>
Date: Sun, 16 Jan 2000 16:26:49 +0900
X-Dispatcher: imput version 990905(IM130)
Lines: 507
Reply-To: man-jp-reviewer@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: man-jp-reviewer 1928
Subject: [man-jp-reviewer 1928] gcc.1 (Re: Current status (4.0-20000105-CURRENT update))
Errors-To: owner-man-jp-reviewer@jp.freebsd.org
Sender: owner-man-jp-reviewer@jp.freebsd.org
X-Originator: jsakai@mxr.mesh.ne.jp

----Next_Part(Sun_Jan_16_16:22:55_2000_809)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

4.0-20000105-CURRENT $B8~$1(B gcc.1 $B$N:9J,$G$9!#(B

gcc 2.95 (egcs) $B$G%^%K%e%"%k$K=P$F$/$k$h$&$K$J$C$?(B
"hosted environment", "freestanding environment"
$B$N$h$j$h$$Lu8l$r$4B8CN$NJ}$,$*$i$l$^$7$?$i$*65$(2<$5$$!#(B

---
$B<r0f(B $B=_;L(B
----Next_Part(Sun_Jan_16_16:22:55_2000_809)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Content-Description: jman diff
Content-Disposition: attachment; filename=diff-j

--- gcc.1.orig	Sun Jan 16 10:27:10 2000
+++ gcc.1	Sun Jan 16 16:15:36 2000
@@ -1,7 +1,8 @@
+.\" %FreeBSD: src/contrib/gcc/gcc.1,v 1.15 1999/10/26 08:57:00 obrien Exp %
 .\" Copyright (c) 1991, 1992, 1993, 1994 Free Software Foundation    -*-Text-*-
 .\" See section COPYING for conditions for redistribution
 .\"
-.\" jpman %Id: gcc.1,v 1.4 1997/10/11 07:52:34 horikawa Stab %
+.\" jpman $Id: gcc.1,v 1.4 1997/10/11 07:52:34 horikawa Stab $
 .\" Set up \*(lq, \*(rq if -man hasn't already set it up.
 .if @@\*(lq@ \{\
 .      ds lq "
@@ -21,10 +22,10 @@
 .if n .sp
 .if t .sp 0.4
 ..
-.Id %Id: gcc.1,v 1.4 1993/10/13 23:19:12 pesch Exp %
+.Id %Id: gcc.1,v 1.9 1998/12/16 20:55:57 law Exp %
 .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
 .SH $BL>>N(B
-gcc, g++ \- GNU $B%W%m%8%'%/%H(B C $B%3%s%Q%$%i(B $B$*$h$S(B C++ $B%3%s%Q%$%i(B (v2.7)
+gcc, g++ \- GNU $B%W%m%8%'%/%H(B C $B%3%s%Q%$%i(B $B$*$h$S(B C++ $B%3%s%Q%$%i(B (gcc-2.95.1)
 .SH $B=q<0(B
 .B gcc
 .RI "[ " option " | " filename " ].\|.\|."
@@ -168,6 +169,10 @@
 \-fexternal\-templates
 \-fno\-asm
 \-fno\-builtin
+\-fhosted
+\-fno\-hosted
+\-ffreestanding
+\-fno\-freestanding
 \-fno\-strict\-prototype
 \-fsigned\-bitfields
 \-fsigned\-char
@@ -197,7 +202,11 @@
 \-Wformat
 .RI \-Wid\-clash\- len
 \-Wimplicit
+\-Wimplicit\-int
+\-Wimplicit\-function\-declaration
 \-Winline
+\-Wlong\-long
+\-Wmain
 \-Wmissing\-prototypes
 \-Wmissing\-declarations
 \-Wnested\-externs
@@ -265,6 +274,9 @@
 \-funroll\-loops
 \-O
 \-O2
+\-O3
+\-O0
+\-Os
 .TP
 .B $B%W%j%W%m%;%C%5%*%W%7%g%s(B
 .RI \-A assertion
@@ -445,8 +457,13 @@
 .Sp
 .I i386 $B%*%W%7%g%s(B
 .br
+\-m386
 \-m486
+\-mpentium
+\-mpentiumpro
 \-mno\-486
+\-mcpu=\fIcpu type\fP
+\-march=\fIcpu type\fP
 \-msoft\-float
 \-mrtd
 \-mregparm
@@ -817,6 +834,22 @@
 .B _exit\c
 \& $B$O%S%k%H%$%s4X?t$H$7$F07$o$l$J$/$J$j$^$9!#(B
 .TP
+.B \-fhosted
+$B%[%9%H4D6-(B (hosted environment) $BMQ$K%3%s%Q%$%k$r9T$$$^$9!#(B
+$B$3$l$K$h$j!"(B`\|\c
+.B \-fbuiltin\c
+\&\|' $B%*%W%7%g%s$,M-8z$K$J$j!"$^$?!"IT?3$J(B
+.B main\c
+\& $B@k8@$KBP$7$F7Y9p$rH/$9$k$h$&$K$J$j$^$9!#(B
+.TP
+.B \-ffreestanding
+$BFHN)4D6-(B (freestanding environment) $BMQ$K%3%s%Q%$%k$r9T$$$^$9!#(B
+$B$3$l$K$h$j!"(B`\|\c
+.B \-fno-builtin\c
+\&\|' $B%*%W%7%g%s$,M-8z$K$J$j!"$^$?!"(B
+.B main\c
+\& $B$KFCJL$J>r7o$OITMW$H$_$J$7$^$9!#(B
+.TP
 .B \-fno\-strict\-prototype
 `\|\c
 .B int foo
@@ -1686,8 +1719,22 @@
 \&\|' $B$GHf3S$5$l$k>l9g$G$9!#(B
 .PP
 .TP
+.B \-Wimplicit-int
+$B7?$r;XDj$7$F$$$J$$@k8@$KBP$7$F7Y9p$7$^$9!#(B
+.TP
+.B \-Wimplicit-function-declaration
+$B@k8@$K@hN)$C$FMQ$$$i$l$?4X?t$KBP$7$F7Y9p$7$^$9!#(B
+.TP
 .B \-Wimplicit
-$B4X?t$d%Q%i%a!<%?$KBP$9$k0EL[$N@k8@$KBP$7$F>o$K7Y9p$7$^$9!#(B
+-Wimplicit-int $B$*$h$S(B -Wimplicit-function-declaration $B$HF1$8$G$9!#(B
+.TP
+.B \-Wmain
+.B main
+$B4X?t$,IT?3$J7?$G@k8@$"$k$$$ODj5A$5$l$F$$$k>l9g$K7Y9p$7$^$9!#(B
+$BDL>o!"(Bmain $B$O30It%j%s%1!<%8$r;}$A!"(B
+.B int\c
+\& $B$rJV$7!"%<%m8D$^$?$O(B 2 $B$D$N0z?t$r$H$k4X?t$G$9!#(B
+
 .TP
 .B \-Wreturn\-type
 $B4X?t$NLa$jCM$N7?$,!"%G%U%)%k%H$G$"$k(B \c
@@ -1937,6 +1984,19 @@
 .B \-Wenum\-clash
 $B0[$J$kNs5s7?$N4V$GJQ49$r9T$J$C$?:]$K7Y9p$7$^$9(B (C++ $B$N$_(B)$B!#(B
 .TP
+.B \-Wlong-long
+.B long long \c
+$B7?$,;HMQ$5$l$F$$$k>l9g$K7Y9p$7$^$9!#$3$l$O%G%U%)%k%H$G$9!#(B
+$B$3$N7Y9p%a%C%;!<%8$rM^;_$9$k$K$O(B `\|\c
+.B \-Wno\-long\-long\c
+\&\|' $B%U%i%0$rMQ$$$F2<$5$$!#%U%i%0(B `\|\c
+.B \-Wlong\-long\c
+\&\|' $B$*$h$S(B `\|\c
+.B \-Wno\-long\-long\c
+\&\|' $B$O!"%U%i%0(B `\|\c
+.B \-pedantic\c
+\&\|' $B;HMQ;~$N$_9MN8$5$l$^$9!#(B
+.TP
 .B \-Woverloaded\-virtual
 (C++ $B$N$_!#(B)
 $BF3=P%/%i%9$K$*$$$F!"2>A[4X?t$NDj5A$O4pDl%/%i%9$GDj5A$5$l$?2>A[4X?t$N7?(B
@@ -2089,6 +2149,24 @@
 .B gprof\c
 \& $B$,=hM}$G$-$k$h$&$K3HD%$5$l$k$Y$-$G$9!#(B
 .TP
+.B \-ax
+$B%U%!%$%k(B `bb.in' $B$+$i4pK\%V%m%C%/%W%m%U%!%$%k%Q%i%a!<%?$rFI$_=P$7!"(B
+$B%U%!%$%k(B `bb.out' $B$K%W%m%U%!%$%k7k2L$r=q$-=P$9$?$a$N!"(B
+$BFCJL$J%3!<%I$r@8@.$7$^$9!#(B
+`bb.in' $B$O4X?t$N%j%9%H$rJ];}$7$F$$$^$9!#(B
+$B$3$N%j%9%H$K4^$^$l$k4X?t$KF~$k$H!"%W%m%U%!%$%j%s%0$,%*%s$K$J$j$^$9!#(B
+$B:G30B&4X?t$rH4$1$k$H!"%W%m%U%!%$%j%s%0$O%*%U$K$J$j$^$9!#(B
+$B4X?tL>$,(B `-' $B$G;O$^$C$F$$$k>l9g!"$=$N4X?t$O%W%m%U%!%$%kBP>]30$K(B
+$B$J$j$^$9!#$b$74X?tL>$,M#0l$KDj$^$i$J$$>l9g$O!"(B
+`/path/filename.d:functionname' $B$H5-=R$9$k$3$H$G$3$l$i$r6hJL$G$-$^$9!#(B
+`bb.out' $B$K$O!"$$$/$D$+$NMxMQ2DG=$J4X?t$,%j%9%H$5$l$^$9!#(B
+$BFCJL$J0UL#$r$b$D4X?t$,(B 4 $B$D$"$j$^$9(B:
+`__bb_jumps__' $B$O%8%c%s%WIQEY$r(B `bb.out' $B$K=q$-=P$7$^$9!#(B
+`__bb_trace__' $B$O4pK\%V%m%C%/Ns$r(B `gzip' $B$K%Q%$%W$7!"(B
+$B%U%!%$%k(B `bbtrace.gz' $B$K=q$-=P$7$^$9!#(B
+`__bb_hidecall__' $B$O(B call $BL?Na$r%H%l!<%9$+$i=|30$7$^$9!#(B
+`__bb_showret__' $B$O(B return $BL?Na$r%H%l!<%9$K4^$a$k$h$&$K$7$^$9!#(B
+.TP
 .BI "\-d" "letters"
 $B%3%s%Q%$%kCf$N(B
 .I letters\c
@@ -2320,6 +2398,13 @@
 .B \-finline\-functions
 $B$bM-8z$K$7$^$9!#(B
 .TP
+.B \-Os
+$B%5%$%:M%@h$G:GE,2=$7$^$9!#(B
+$BIaDL!"%3!<%I$rA}Bg$5$;$k$3$H$N$J$$A4$F$N(B
+.B \-O2
+$B:GE,2=$,M-8z$K$J$j$^$9!#(B
+$B99$K!"%3!<%I%5%$%:$r8:$i$9$h$&$K@_7W$5$l$?:GE,2=$b9T$$$^$9!#(B
+.TP
 .B \-O0
 $B:GE,2=$r9T$$$^$;$s!#(B
 .Sp
@@ -3411,6 +3496,46 @@
 $B$&;XDj$r9T$$$^$9!#(B486 $BMQ$K@8@.$5$l$?%3!<%I$O(B 386 $B$G<B9T2DG=$G$"$j!"5U$b(B
 $B$^$?2DG=$G$9!#(B
 .TP
+.B \-mpentium
+.B \-mcpu=pentium
+$B$HF15A$G$9!#(B
+.TP
+.B \-mpentiumpro
+.B \-mcpu=pentiumpro
+$B$HF15A$G$9!#(B
+.TP
+.B \-mcpu=\fIcpu type\fP
+$BL?Na$r%9%1%8%e!<%j%s%0$9$k:]$N%^%7%s%?%$%W$N%G%U%)%k%H$r@_Dj$7$^$9!#(B
+CPU TYPE $B$NA*Br;h$O(B
+.B i386,
+.B i486,
+.B i586
+(pentium),
+.B pentium,
+.B i686
+(pentiumpro), $B$*$h$S(B
+.B pentiumpro
+$B$G$9!#(B
+$B$"$k(B CPU TYPE $B$rA*$V$H!"$=$NFCDj%A%C%W$KE,$9$k$h$&$K%9%1%8%e!<%j%s%0$r(B
+$B9T$$$^$9$,!"(B
+.B \-march=\fIcpu type\fP
+$B%*%W%7%g%s$r;XDj$7$J$$8B$j!"%3%s%Q%$%i$O(B i386 $B$G<B9T$G$-$J$$$h$&$J(B
+$B%3!<%I$O@8@.$7$^$;$s!#(B
+.TP
+.B \-march=\fIcpu type\fP
+$B%^%7%s%?%$%W(B CPU TYPE $BMQ$KL?Na$r@8@.$7$^$9!#(B
+CPU TYPE $B$NA*Br;h$O(B
+.B i386,
+.B i486,
+.B pentium,
+$B$*$h$S(B
+.B pentiumpro
+$B$G$9!#(B
+.B \-march=\fIcpu type\fP
+$B$r;XDj$9$k$H(B
+.B \-mcpu=\fIcpu type\fP
+$B$b;XDj$5$l$?$b$N$H$_$J$7$^$9!#(B
+.TP
 .B \-msoft\-float
 $BIbF0>.?tE@1i;;$N$?$a$K%i%$%V%i%j$r8F$S=P$9=PNO$r9T$$$^$9!#(B
 .I $B7Y9p(B:
@@ -3962,7 +4087,7 @@
 .B /tmp\c
 \& $B$r;HMQ$7$^$9(B) $B$+$i$H$i$l$^$9!#(B
 .SH "$B4XO"9`L\(B"
-cpp(1), as(1), ld(1), gdb(1).
+as(1), cpp(1), gdb(1), ld(1)
 .br
 .B info \c
 $BCf$N(B

----Next_Part(Sun_Jan_16_16:22:55_2000_809)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: original diff
Content-Disposition: attachment; filename=diff-e

--- gcc-34r.1	Sun Jan 16 10:24:05 2000
+++ gcc-40c.1	Sun Jan 16 10:24:21 2000
@@ -1,3 +1,4 @@
+.\" $FreeBSD: src/contrib/gcc/gcc.1,v 1.15 1999/10/26 08:57:00 obrien Exp $
 .\" Copyright (c) 1991, 1992, 1993, 1994 Free Software Foundation    -*-Text-*-
 .\" See section COPYING for conditions for redistribution
 .\"
@@ -20,10 +21,10 @@
 .if n .sp
 .if t .sp 0.4
 ..
-.Id $Id: gcc.1,v 1.4 1993/10/13 23:19:12 pesch Exp $
+.Id $Id: gcc.1,v 1.9 1998/12/16 20:55:57 law Exp $
 .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
 .SH NAME
-gcc, g++ \- GNU project C and C++ Compiler (v2.7)
+gcc, g++ \- GNU project C and C++ Compiler (gcc-2.95.1)
 .SH SYNOPSIS
 .B gcc
 .RI "[ " option " | " filename " ].\|.\|."
@@ -157,6 +158,10 @@
 \-fexternal\-templates
 \-fno\-asm
 \-fno\-builtin
+\-fhosted
+\-fno\-hosted
+\-ffreestanding
+\-fno\-freestanding
 \-fno\-strict\-prototype
 \-fsigned\-bitfields
 \-fsigned\-char
@@ -186,7 +191,11 @@
 \-Wformat
 .RI \-Wid\-clash\- len
 \-Wimplicit
+\-Wimplicit\-int
+\-Wimplicit\-function\-declaration
 \-Winline
+\-Wlong\-long
+\-Wmain
 \-Wmissing\-prototypes
 \-Wmissing\-declarations
 \-Wnested\-externs
@@ -255,6 +264,9 @@
 \-funroll\-loops
 \-O
 \-O2
+\-O3
+\-O0
+\-Os
 .TP
 .B Preprocessor Options
 .RI \-A assertion
@@ -435,8 +447,13 @@
 .Sp
 .I i386 Options
 .br
+\-m386
 \-m486
+\-mpentium
+\-mpentiumpro
 \-mno\-486
+\-mcpu=\fIcpu type\fP
+\-march=\fIcpu type\fP
 \-msoft\-float
 \-mrtd
 \-mregparm
@@ -813,6 +830,20 @@
 \& from
 being builtin functions.
 .TP
+.B \-fhosted
+Compile for a hosted environment; this implies the `\|\c
+.B \-fbuiltin\c
+\&\|' option, and implies that suspicious declarations of
+.B main\c
+\& should be warned about.
+.TP
+.B \-ffreestanding
+Compile for a freestanding environment; this implies the `\|\c
+.B \-fno-builtin\c
+\&\|' option, and implies that
+.B main\c
+\& has no special requirements.
+.TP
 .B \-fno\-strict\-prototype
 Treat a function declaration with no arguments, such as `\|\c
 .B int foo
@@ -1724,8 +1755,24 @@
 \&\|'.
 .PP
 .TP
+.B \-Wimplicit-int
+Warn whenever a declaration does not specify a type.
+.TP
+.B \-Wimplicit-function-declaration
+Warn whenever a function is used before being declared.
+.TP
 .B \-Wimplicit
-Warn whenever a function or parameter is implicitly declared.
+Same as -Wimplicit-int and -Wimplicit-function-declaration.
+.TP
+.B \-Wmain
+Warn if the
+.B main
+function is declared or defined with a suspicious type.
+Typically, it is a function with external linkage, returning
+.B int\c
+\&, and
+taking zero or two arguments.
+
 .TP
 .B \-Wreturn\-type
 Warn whenever a function is defined with a return-type that defaults
@@ -1992,6 +2039,20 @@
 .B \-Wenum\-clash
 Warn about conversion between different enumeration types (C++ only).
 .TP
+.B \-Wlong-long
+Warn if
+.B long long \c
+type is used.  This is default.  To inhibit
+the warning messages, use flag `\|\c
+.B \-Wno\-long\-long\c
+\&\|'.  Flags `\|\c
+.B \-W\-long\-long\c
+\&\|' and `\|\c
+.B \-Wno\-long\-long\c
+\&\|' are taken into account only when flag `\|\c
+.B \-pedantic\c
+\&\|' is used.
+.TP
 .B \-Woverloaded\-virtual
 (C++ only.)
 In a derived class, the definitions of virtual functions must match
@@ -2151,6 +2212,25 @@
 .B gprof\c
 \& should be extended to process this data.
 .TP
+.B \-ax
+Generate extra code to read basic block profiling parameters from 
+file `bb.in' and write profiling results to file `bb.out'.
+`bb.in' contains a list of functions. Whenever a function on the list
+is entered, profiling is turned on. When the outmost function is left,
+profiling is turned off. If a function name is prefixed with `-'
+the function is excluded from profiling. If a function name is not
+unique it can be disambiguated by writing
+`/path/filename.d:functionname'. `bb.out' will list some available
+filenames.
+Four function names have a special meaning:
+`__bb_jumps__' will cause jump frequencies to be written to `bb.out'.
+`__bb_trace__' will cause the sequence of basic blocks to be piped 
+into `gzip' and written to file `bbtrace.gz'.
+`__bb_hidecall__' will cause call instructions to be excluded from
+the trace.
+`__bb_showret__' will cause return instructions to be included in
+the trace.
+.TP
 .BI "\-d" "letters"
 Says to make debugging dumps during compilation at times specified by
 .I letters\c
@@ -2386,6 +2466,12 @@
 does, along with also turning on
 .B \-finline\-functions.
 .TP
+.B \-Os
+Optimize for size. This enables all
+.B \-O2
+optimizations that do not typically increase code size.  It also performs
+further optimizations designed to reduce code size.
+.TP
 .B \-O0
 Do not optimize.
 .Sp
@@ -3531,6 +3617,44 @@
 Control whether or not code is optimized for a 486 instead of an
 386.  Code generated for a 486 will run on a 386 and vice versa.
 .TP
+.B \-mpentium
+Synonym for
+.B \-mcpu=pentium
+.TP
+.B \-mpentiumpro
+Synonym for
+.B \-mcpu=pentiumpro
+.TP
+.B \-mcpu=\fIcpu type\fP
+Assume the defaults for the machine type CPU TYPE when scheduling instructions.
+The choices for CPU TYPE are:
+.B i386,
+.B i486,
+.B i586
+(pentium),
+.B pentium,
+.B i686
+(pentiumpro), and
+.B pentiumpro.
+While picking a specific CPU TYPE will schedule things appropriately for that
+particular chip, the compiler will not generate any code that does not run on
+the i386 without the
+.B \-march=\fIcpu type\fP
+option being used.
+.TP
+.B \-march=\fIcpu type\fP
+Generate instructions for the machine type CPU TYPE.  The choices for CPU TYPE
+are:
+.B i386,
+.B i486,
+.B pentium,
+and
+.B pentiumpro.
+Specifying
+.B \-march=\fIcpu type\fP
+implies
+.B \-mcpu=\fIcpu type\fP.
+.TP
 .B \-msoft\-float
 Generate output containing library calls for floating point.
 .I Warning:
@@ -3974,7 +4098,7 @@
 .BI "\-fcall\-used\-" "reg"
 Treat the register named \c
 .I reg\c
-\& as an allocatable register that is
+\& as an allocable register that is
 clobbered by function calls.  It may be allocated for temporaries or
 variables that do not live across a call.  Functions compiled this way
 will not save and restore the register \c
@@ -3991,7 +4115,7 @@
 .BI "\-fcall\-saved\-" "reg"
 Treat the register named \c
 .I reg\c
-\& as an allocatable register saved by
+\& as an allocable register saved by
 functions.  It may be allocated even for temporaries or variables that
 live across a call.  Functions compiled this way will save and restore
 the register \c
@@ -4101,7 +4225,7 @@
 .B /tmp\c
 \&).
 .SH "SEE ALSO"
-cpp(1), as(1), ld(1), gdb(1).
+as(1), cpp(1), gdb(1), ld(1)
 .br
 .RB "`\|" gcc "\|', `\|" cpp \|',
 .RB "`\|" as "\|', `\|" ld \|',

----Next_Part(Sun_Jan_16_16:22:55_2000_809)----
