From 76e7e6a5e1d36f17773e0c9694e681372261530b Mon Sep 17 00:00:00 2001 From: amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 28 Nov 2005 03:57:55 +0000 Subject: [PATCH] missed from last commit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107593 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 66a7b5daabf3..89357499aa92 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. -- GitLab