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
This commit is contained in:
parent
80c6520868
commit
64e4a1a6ce
2 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue