diff options
-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. |