diff options
author | Alan Modra <amodra@gcc.gnu.org> | 2005-11-28 14:27:55 +1030 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2005-11-28 14:27:55 +1030 |
commit | 05f25017505af390b6e1f9e19eecc9ebe78a3dc6 (patch) | |
tree | ca90cc489ba678b72c16d2c5f9fe2d33859a2bc4 | |
parent | c1b7d95a28e677514ac76d5a06f565d5ce03d600 (diff) | |
download | gcc-05f25017505af390b6e1f9e19eecc9ebe78a3dc6.zip gcc-05f25017505af390b6e1f9e19eecc9ebe78a3dc6.tar.gz gcc-05f25017505af390b6e1f9e19eecc9ebe78a3dc6.tar.bz2 |
missed from last commit
From-SVN: r107593
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 66a7b5d..8935749 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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. |