aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Tebbs <sam.tebbs@arm.com>2018-10-25 08:57:24 +0000
committerSam Tebbs <samtebbs@gcc.gnu.org>2018-10-25 08:57:24 +0000
commit86f36311bccb0fed7de68aa926d6a091bcb5114c (patch)
tree0a54d6f332132c1a704459cb06a8b0a84aa551af
parent37bc33f72cba7ca8a13b60eea7abecb09559b0fc (diff)
downloadgcc-86f36311bccb0fed7de68aa926d6a091bcb5114c.zip
gcc-86f36311bccb0fed7de68aa926d6a091bcb5114c.tar.gz
gcc-86f36311bccb0fed7de68aa926d6a091bcb5114c.tar.bz2
[DOC] Relocate list under Deprecated in options.texi to Var
gcc/doc 2018-10-25 Sam Tebbs <sam.tebbs@arm.com> * options.texi (Deprecated): Move list to Var section. From-SVN: r265480
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/options.texi18
2 files changed, 13 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index da93f6f..fadba61 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi
index f887d16..e618b95 100644
--- a/gcc/doc/options.texi
+++ b/gcc/doc/options.texi
@@ -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