From patchwork Fri Jul 23 09:34:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jie Zhang X-Patchwork-Id: 59759 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 0BB411007D1 for ; Fri, 23 Jul 2010 19:34:55 +1000 (EST) Received: (qmail 30077 invoked by alias); 23 Jul 2010 09:34:52 -0000 Received: (qmail 30066 invoked by uid 22791); 23 Jul 2010 09:34:52 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Jul 2010 09:34:15 +0000 Received: (qmail 8336 invoked from network); 23 Jul 2010 09:34:13 -0000 Received: from unknown (HELO ?192.168.1.100?) (jie@127.0.0.2) by mail.codesourcery.com with ESMTPA; 23 Jul 2010 09:34:13 -0000 Message-ID: <4C496212.7060202@codesourcery.com> Date: Fri, 23 Jul 2010 17:34:10 +0800 From: Jie Zhang User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100713 Lightning/1.0b2 Thunderbird/3.1.1 MIME-Version: 1.0 To: GCC Patches Subject: [doc, commit] Update "naked" attribute doc X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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