From patchwork Fri Mar 9 09:01:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Huber X-Patchwork-Id: 145693 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 C0F98B6EEA for ; Fri, 9 Mar 2012 20:02:16 +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=1331888537; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=nC1mYWG C83CjnHoRc8h5wkkRLsc=; b=Ph/A7YRE07GufoVL5XSgrQ140Vw9XEh+thkOQFp tXLIbZxC1A7xk2X1WDVhEexMvA9sU3o2YesX8YGEGl5YDTnPo2DpypZ6WWj+QDOR 41n8oYBdu/P3th3eswJRzgYjGP9+6KUGKFoTU9RT/OkIqW6AojYP6T0weUQDUaAk 4E8g= 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:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=uIzurnumbQChchGKlwjDXjM3j/QmqUbgNkEZsD8YbS/9dCKz3skXqsddMxc0nT a+2WXot5oAZnt+qXvYEQVHoN8Bs6JzmXWk3PKqlzGtPMdmSBgQp7IfWNTIk+M+Vl RPjPq3coCr9GlT5c6ApumIy+y8xxSK+1KR0AW6CbV/dqQ=; Received: (qmail 24923 invoked by alias); 9 Mar 2012 09:02:11 -0000 Received: (qmail 24914 invoked by uid 22791); 9 Mar 2012 09:02:10 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL, BAYES_00, 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; Fri, 09 Mar 2012 09:01:57 +0000 Received: by mail.embedded-brains.de (Postfix, from userid 65534) id 21AA06527F2; Fri, 9 Mar 2012 10:01:56 +0100 (CET) Received: from [192.168.96.31] (eb0011.eb.z [192.168.96.31]) by mail.embedded-brains.de (Postfix) with ESMTP id EC4066527F0 for ; Fri, 9 Mar 2012 10:01:52 +0100 (CET) Message-ID: <4F59C700.9010904@embedded-brains.de> Date: Fri, 09 Mar 2012 10:01:52 +0100 From: Sebastian Huber User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110920 SUSE/3.1.15 Lightning/1.0b2 Thunderbird/3.1.15 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: [PATCH] GCC 4.7 and 4.8 PowerPC RTEMS 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 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 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*)