diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 277574a..ba1f8ec 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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} |