]> gcc.gnu.org Git - gcc.git/commitdiff
options.texi: Move the Negative option.
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 16 May 2006 16:56:16 +0000 (16:56 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 16 May 2006 16:56:16 +0000 (09:56 -0700)
2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>

* doc/options.texi: Move the Negative option.

From-SVN: r113827

gcc/ChangeLog
gcc/doc/options.texi

index c7bfa59c0ec4aae9081e15d5fc48dd7871fcf413..d07c359582da036e0679ae3db2730c8b2cf7eb07 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/options.texi: Move the Negative option.
+
 2006-05-16  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/22303
index 58791c72a25f0e3a6928c486d96277aac2e814be..3afb3c11c2188290c61f22c4088b5e690784c489 100644 (file)
@@ -100,6 +100,12 @@ The option does not have a ``no-'' form.  All options beginning with
 ``f'', ``W'' or ``m'' are assumed to have a ``no-'' form unless this
 property is used.
 
+@item Negative(@var{othername})
+The option will turn off another option @var{othername}, which is the
+the option name with the leading ``-'' removed.  This chain action will
+propagate through the @code{Negative} property of the option to be
+turned off.
+
 @item Joined
 @itemx Separate
 The option takes a mandatory argument.  @code{Joined} indicates
@@ -135,13 +141,6 @@ variable that is nonzero when the option is enabled.  The options
 parser will set the variable to 1 when the positive form of the
 option is used and 0 when the ``no-'' form is used.
 
-@item
-If the option uses the @code{Negative} property, @var{var} is the
-the name of an option, with the leading ``-'' removed, which will be
-turned off when this option is turned on.  This chain action will
-propagate through the @code{Negative} property of the option to be
-turned off.
-
 @item
 If the option takes an argument and has the @code{UInteger} property,
 @var{var} is an integer variable that stores the value of the argument.
This page took 0.088888 seconds and 5 git commands to generate.