From patchwork Mon Feb 7 20:22:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denis Chertykov X-Patchwork-Id: 82132 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 91C38B7120 for ; Tue, 8 Feb 2011 07:22:57 +1100 (EST) Received: (qmail 22670 invoked by alias); 7 Feb 2011 20:22:55 -0000 Received: (qmail 22658 invoked by uid 22791); 7 Feb 2011 20:22:54 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, TW_RJ X-Spam-Check-By: sourceware.org Received: from mail-ey0-f175.google.com (HELO mail-ey0-f175.google.com) (209.85.215.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Feb 2011 20:22:49 +0000 Received: by eya28 with SMTP id 28so2555843eya.20 for ; Mon, 07 Feb 2011 12:22:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.4.67 with SMTP id 3mr634737ebq.46.1297110166886; Mon, 07 Feb 2011 12:22:46 -0800 (PST) Received: by 10.213.4.131 with HTTP; Mon, 7 Feb 2011 12:22:46 -0800 (PST) Date: Mon, 7 Feb 2011 23:22:46 +0300 Message-ID: Subject: [PR target/47534] Fix From: Denis Chertykov To: gcc-patches 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 Committed patch for fix PR target/47534 2011-02-07 Denis Chertykov PR target/47534 * config/avr/libgcc.S (exit): Move .endfunc Index: libgcc.S =================================================================== --- libgcc.S (revision 147817) +++ libgcc.S (working copy) @@ -645,6 +645,7 @@ __epilogue_restores__: _exit: .weak exit exit: + .endfunc /* Code from .fini8 ... .fini1 sections inserted by ld script. */ @@ -652,7 +653,6 @@ exit: cli __stop_program: rjmp __stop_program - .endfunc #endif /* defined (L_exit) */ #ifdef L_cleanup