]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data option; change to -msdata...
authorBen Elliston <bje@au.ibm.com>
Wed, 18 Mar 2009 21:59:56 +0000 (21:59 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 18 Mar 2009 21:59:56 +0000 (08:59 +1100)
* doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
option; change to -msdata=data.

From-SVN: r144946

gcc/ChangeLog
gcc/doc/invoke.texi

index adc0ba30ceb189ee73e41b43f1b496d9ee9bb0cf..14acc11328ae2ca47b2adcf570ef2aca9adc4de4 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-19  Ben Elliston  <bje@au.ibm.com>
+
+       * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
+       option; change to -msdata=data.
+
 2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
index 277574ad0c9c6e4badc93a944109327691e7fc38..ba1f8ec0c3cb8a050a1a991ef540d1c087db360d 100644 (file)
@@ -14293,8 +14293,8 @@ On System V.4 and embedded PowerPC systems, if @option{-meabi} is used,
 compile code the same as @option{-msdata=eabi}, otherwise compile code the
 same as @option{-msdata=sysv}.
 
-@item -msdata-data
-@opindex msdata-data
+@item -msdata=data
+@opindex msdata=data
 On System V.4 and embedded PowerPC systems, put small global
 data in the @samp{.sdata} section.  Put small uninitialized global
 data in the @samp{.sbss} section.  Do not use register @code{r13}