]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi: Remove IP2K from the description of naked attribute.
authorJie Zhang <jie@codesourcery.com>
Fri, 23 Jul 2010 09:31:36 +0000 (09:31 +0000)
committerJie Zhang <jiez@gcc.gnu.org>
Fri, 23 Jul 2010 09:31:36 +0000 (09:31 +0000)
* doc/extend.texi: Remove IP2K from the description of naked
attribute.  Add MCORE instead.

From-SVN: r162449

gcc/ChangeLog
gcc/doc/extend.texi

index 30d35165321a357b467533402921e0bcdd11b030..f1a7c0e4cdd1dfdcd4ea0fea48c0214d100594d7 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-23  Jie Zhang  <jie@codesourcery.com>
+
+       * doc/extend.texi: Remove IP2K from the description of naked
+       attribute.  Add MCORE instead.
+
 2010-07-10   Andi Kleen <ak@linux.intel.com>
 
        PR lto/44992
index b9b4a44fd39df75c2547ecb8b2633287b09c102f..508c47624ddeefdcbad76fafcabf9458aa224691 100644 (file)
@@ -2743,7 +2743,7 @@ and newer.
 
 @item naked
 @cindex function without a prologue/epilogue code
-Use this attribute on the ARM, AVR, IP2K, RX and SPU ports to indicate that
+Use this attribute on the ARM, AVR, MCORE, RX and SPU ports to indicate that
 the specified function does not need prologue/epilogue sequences generated by
 the compiler.  It is up to the programmer to provide these sequences. The 
 only statements that can be safely included in naked functions are