From 05f25017505af390b6e1f9e19eecc9ebe78a3dc6 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 28 Nov 2005 14:27:55 +1030 Subject: [PATCH] missed from last commit From-SVN: r107593 --- gcc/doc/invoke.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 66a7b5daabf..89357499aa9 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. -- 2.30.2