From patchwork Wed Oct 24 10:20:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Huber X-Patchwork-Id: 193727 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 EAB9C2C0100 for ; Wed, 24 Oct 2012 21:21:09 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1351678870; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=BF6QiI+/mdKzxW55NxueX88Cels=; b=Y8dP7tltBe2/CcB dikpC48V+OTJpeh4UOING/dODvBvJiO6JP1+n4HOT0lZ5rYDUe4UQ7DCoC56k8R0 qPDi9nA9r8Yoa023lG3ny/OnURmIt4aDLtxiURd+ePBUrpEoh+w5J5OYDm/gMkQQ 7qwcWAa7LQ/GAn4BKd+od7qeLB1c= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=k48fVoXeW+VcZrNXV7lG77flKSV0Qm3zOTnOaEhBwhD5k8v7N9ckrBA33dfe3p P5cxwIjiNCpEhMTH70CVDysSDe8KWZeQvAJpMn8VRptoKPQHC7Eh6aF0Ck2Hrtvs zpGm7VsdBaLAI//cfTy27bgq+jXJw51/k+8T0HxBZTVhM=; Received: (qmail 5687 invoked by alias); 24 Oct 2012 10:21:01 -0000 Received: (qmail 5665 invoked by uid 22791); 24 Oct 2012 10:20:59 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL, BAYES_50, KHOP_THREADED, RDNS_DYNAMIC, TW_FG, TW_SF, T_FILL_THIS_FORM_SHORT X-Spam-Check-By: sourceware.org Received: from host-82-135-62-35.customer.m-online.net (HELO mail.embedded-brains.de) (82.135.62.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Oct 2012 10:20:55 +0000 Received: by mail.embedded-brains.de (Postfix, from userid 65534) id CC5A1652BFD; Wed, 24 Oct 2012 12:20:51 +0200 (CEST) Received: from [192.168.96.64] (eb0024.eb.z [192.168.96.64]) by mail.embedded-brains.de (Postfix) with ESMTP id 5D48A652BFB for ; Wed, 24 Oct 2012 12:20:50 +0200 (CEST) Message-ID: <5087C102.2040009@embedded-brains.de> Date: Wed, 24 Oct 2012 12:20:50 +0200 From: Sebastian Huber User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] GCC 4.7 and 4.8 PowerPC RTEMS References: <4F59C700.9010904@embedded-brains.de> In-Reply-To: <4F59C700.9010904@embedded-brains.de> 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 On 03/09/2012 10:01 AM, Sebastian Huber wrote: > Hi, > > please have a look at the attached patch. Test suite results for GCC 4.7 > > http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00986.html > This patch is still pending for GCC 4.7 and 4.8. Can someone please review and commit it. Without this patch the RTEMS PowerPC support is broken. Thanks. 2012-03-08 Sebastian Huber * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file. diff --git a/libgcc/config.host b/libgcc/config.host index 257622a..f6432c5 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -884,7 +884,7 @@ powerpc-*-eabi*) extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o" ;; powerpc-*-rtems*) - tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit" + tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit" extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o" ;; powerpc-*-linux* | powerpc64-*-linux*)