[PATCH] remove seemingly-duplicated paragraph from invoke.texi

cgd@broadcom.com cgd@broadcom.com
Thu Aug 1 23:25:00 GMT 2002


I noticed this while tweaking the mips documentation (see previous
patch).

This paragraph exists at the beginning of the MD options, where it
sees to make sense..  There's also this copy (the one deleted by this
patch).  It's the same text (differently wrapped), but placed
seemingly-randomly between the MIPS and x86 options...

Anybody have any ideas?

I'll check this in as obvious (since it really does seem like the
obvious right thing) over the weekend unless somebody approves it or
objects sooner.  8-)


chris
=============================================================================
2002-08-01  Chris Demetriou  <cgd@broadcom.com>

	* doc/invoke.texi: Remove duplicated paragraph describing
	TARGET_SWITCHES.

Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.165
diff -u -p -r1.165 invoke.texi
--- doc/invoke.texi	2 Aug 2002 01:16:09 -0000	1.165
+++ doc/invoke.texi	2 Aug 2002 06:20:18 -0000
@@ -7362,11 +7362,6 @@ depends on the target gcc was configured
 @samp{_flush_func} or @samp{__cpu_flush}.
 @end table
 
-These options are defined by the macro
-@code{TARGET_SWITCHES} in the machine description.  The default for the
-options is also defined by that macro, which enables you to change the
-defaults.
-
 @node i386 and x86-64 Options
 @subsection Intel 386 and AMD x86-64 Options
 @cindex i386 Options



More information about the Gcc-patches mailing list