]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
authorMaxim Kuvyrkov <maxim@codesourcery.com>
Wed, 5 May 2010 17:11:26 +0000 (17:11 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Wed, 5 May 2010 17:11:26 +0000 (17:11 +0000)
From-SVN: r159073

gcc/ChangeLog
gcc/doc/invoke.texi

index 26ef33b3fc7faef1207bff121acce6f33914d67b..e2c1081f814970a3537a69c7250b7f7054ea6844 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
+
 2010-05-05  Jason Merrill  <jason@redhat.com>
 
        PR c++/43787
index 237f894ab824c1e15c7e3bbc4acb5a988fbd47bb..6a60fbb39bf260289efc64d568e911a6dd56f06d 100644 (file)
@@ -9742,13 +9742,6 @@ Put functions, data, and readonly data in @var{text-section},
 by default.  This can be overridden with the @code{section} attribute.
 @xref{Variable Attributes}.
 
-@item -mfix-cortex-m3-ldrd
-@opindex mfix-cortex-m3-ldrd
-Some Cortex-M3 cores can cause data corruption when @code{ldrd} instructions
-with overlapping destination and base registers are used.  This option avoids
-generating these instructions.  This option is enabled by default when
-@option{-mcpu=cortex-m3} is specified.
-
 @end table
 
 @node ARM Options
@@ -10095,6 +10088,13 @@ This is enabled by default on targets (uClinux, SymbianOS) where the runtime
 loader imposes this restriction, and when @option{-fpic} or @option{-fPIC}
 is specified.
 
+@item -mfix-cortex-m3-ldrd
+@opindex mfix-cortex-m3-ldrd
+Some Cortex-M3 cores can cause data corruption when @code{ldrd} instructions
+with overlapping destination and base registers are used.  This option avoids
+generating these instructions.  This option is enabled by default when
+@option{-mcpu=cortex-m3} is specified.
+
 @end table
 
 @node AVR Options