From patchwork Fri Jul 23 09:34:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [doc,commit] Update "naked" attribute doc From: Jie Zhang X-Patchwork-Id: 59759 Message-Id: <4C496212.7060202@codesourcery.com> To: GCC Patches Date: Fri, 23 Jul 2010 17:34:10 +0800 IP2K target has been removed. MCORE supports "naked" attribute. I have committed this patch under obvious rule to update the doc to reflect this. Regards, * doc/extend.texi: Remove IP2K from the description of naked attribute. Add MCORE instead. Index: doc/extend.texi =================================================================== --- doc/extend.texi (revision 162396) +++ doc/extend.texi (working copy) @@ -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