Commit 64e4a1a6 by Ben Elliston Committed by Ben Elliston

invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data option; change to -msdata=data.

	* doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
	option; change to -msdata=data.

From-SVN: r144946
parent 80c65208
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,
......
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment