From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89689 invoked by alias); 18 Dec 2015 10:37:29 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 89678 invoked by uid 89); 18 Dec 2015 10:37:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Latest, s390.c, s390c, UD:s390.c X-HELO: e06smtp08.uk.ibm.com Received: from e06smtp08.uk.ibm.com (HELO e06smtp08.uk.ibm.com) (195.75.94.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 18 Dec 2015 10:37:28 +0000 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 18 Dec 2015 10:37:25 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp08.uk.ibm.com (192.168.101.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 18 Dec 2015 10:37:24 -0000 X-IBM-Helo: d06dlp03.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id B002E1B08077 for ; Fri, 18 Dec 2015 10:37:56 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tBIAbN1O6029740 for ; Fri, 18 Dec 2015 10:37:23 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tBIAbNQS006275 for ; Fri, 18 Dec 2015 03:37:23 -0700 Received: from [9.167.237.18] (icon-9-167-237-18.megacenter.de.ibm.com [9.167.237.18]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id tBIAbMdF006264; Fri, 18 Dec 2015 03:37:23 -0700 Subject: Re: [PATCH] S/390: Allow to use r2 to r4 as literal pool base. To: Ulrich Weigand , gcc-patches@gcc.gnu.org References: <20151216135141.GA19006@linux.vnet.ibm.com> <20151216141821.B095F1513@oc7340732750.ibm.com> <20151218102138.GA25456@linux.vnet.ibm.com> From: Andreas Krebbel Message-ID: <5673E1E2.1000409@linux.vnet.ibm.com> Date: Fri, 18 Dec 2015 10:37:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151218102138.GA25456@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15121810-0033-0000-0000-00000529FA22 X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg01866.txt.bz2 On 12/18/2015 11:21 AM, Dominik Vogt wrote: > Latest patch for r2 to r4, including a test case. gcc/ChangeLog * config/s390/s390.c (s390_init_frame_layout): Try r4 to r2 for the literal pool pointer. gcc/testsuite/ChangeLog * gcc.target/s390/litpool-r3-1.c: New test. Applied. Thanks! -Andreas-