From: Jie Zhang Date: Fri, 23 Jul 2010 09:31:36 +0000 (+0000) Subject: extend.texi: Remove IP2K from the description of naked attribute. X-Git-Tag: releases/gcc-4.6.0~5484 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3100b2ed8224bafd294f7c56390daed9bbc2bd;p=thirdparty%2Fgcc.git extend.texi: Remove IP2K from the description of naked attribute. * doc/extend.texi: Remove IP2K from the description of naked attribute. Add MCORE instead. From-SVN: r162449 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30d35165321a..f1a7c0e4cdd1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-07-23 Jie Zhang + + * doc/extend.texi: Remove IP2K from the description of naked + attribute. Add MCORE instead. + 2010-07-10 Andi Kleen PR lto/44992 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index b9b4a44fd39d..508c47624dde 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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