[DOC] Relocate list under Deprecated in options.texi to Var
authorSam Tebbs <sam.tebbs@arm.com>
Thu, 25 Oct 2018 08:57:24 +0000 (08:57 +0000)
committerSam Tebbs <samtebbs@gcc.gnu.org>
Thu, 25 Oct 2018 08:57:24 +0000 (08:57 +0000)
gcc/doc
2018-10-25  Sam Tebbs  <sam.tebbs@arm.com>

* options.texi (Deprecated): Move list to Var section.

From-SVN: r265480

gcc/ChangeLog
gcc/doc/options.texi

index da93f6f88676e341d877ee22e0f722d210315f2b..fadba61c1df700087d87ec95e73df683fd021161 100644 (file)
@@ -1,3 +1,7 @@
+2018-10-25  Sam Tebbs  <sam.tebbs@arm.com>
+
+       * options.texi (Deprecated): Move list to Var section.
+
 2018-10-24  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR rtl-optimization/87720
index f887d16f88f8e22d280d0ab20a6fde05eb86e3d8..e618b9543511fa102a45c521fe6bd7759c73ef8d 100644 (file)
@@ -314,6 +314,15 @@ The way that the state is stored depends on the type of option:
 The option is deprecated and every usage of such option will
 result in a warning.
 
+@item Var(@var{var}, @var{set})
+The option controls an integer variable @var{var} and is active when
+@var{var} equals @var{set}.  The option parser will set @var{var} to
+@var{set} when the positive form of the option is used and @code{!@var{set}}
+when the ``no-'' form is used.
+
+@var{var} is declared in the same way as for the single-argument form
+described above.
+
 @itemize @bullet
 @item
 If the option uses the @code{Mask} or @code{InverseMask} properties,
@@ -351,15 +360,6 @@ and wasn't given.
 The option-processing script will usually zero-initialize @var{var}.
 You can modify this behavior using @code{Init}.
 
-@item Var(@var{var}, @var{set})
-The option controls an integer variable @var{var} and is active when
-@var{var} equals @var{set}.  The option parser will set @var{var} to
-@var{set} when the positive form of the option is used and @code{!@var{set}}
-when the ``no-'' form is used.
-
-@var{var} is declared in the same way as for the single-argument form
-described above.
-
 @item Init(@var{value})
 The variable specified by the @code{Var} property should be statically
 initialized to @var{value}.  If more than one option using the same