missed from last commit

From-SVN: r107593
This commit is contained in:
Alan Modra 2005-11-28 14:27:55 +10:30
parent c1b7d95a28
commit 05f2501750
1 changed files with 3 additions and 3 deletions

View File

@ -11507,9 +11507,9 @@ same as @option{-msdata=sysv}.
@item -msdata-data
@opindex msdata-data
On System V.4 and embedded PowerPC systems, put small global and static
data in the @samp{.sdata} section. Put small uninitialized global and
static data in the @samp{.sbss} section. Do not use register @code{r13}
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}
to address small data however. This is the default behavior unless
other @option{-msdata} options are used.