From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83476 invoked by alias); 21 Jan 2016 09:46:40 -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 83458 invoked by uid 89); 21 Jan 2016 09:46:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: e06smtp05.uk.ibm.com Received: from e06smtp05.uk.ibm.com (HELO e06smtp05.uk.ibm.com) (195.75.94.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 21 Jan 2016 09:46:38 +0000 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 21 Jan 2016 09:46:35 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp05.uk.ibm.com (192.168.101.135) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 21 Jan 2016 09:46:33 -0000 X-IBM-Helo: d06dlp02.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6349E219004D for ; Thu, 21 Jan 2016 09:46:21 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u0L9kXAR721156 for ; Thu, 21 Jan 2016 09:46:33 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 u0L9kXc8029301 for ; Thu, 21 Jan 2016 02:46:33 -0700 Received: from [9.152.212.123] (dyn-9-152-212-123.boeblingen.de.ibm.com [9.152.212.123]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u0L9kWvI029287; Thu, 21 Jan 2016 02:46:33 -0700 Subject: Re: [PATCH 1/5] s390: Use proper read-only data section for literals. To: =?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?= , gcc-patches@gcc.gnu.org References: <1451762204-13364-1-git-send-email-koriakin@0x04.net> <1451762204-13364-2-git-send-email-koriakin@0x04.net> <569F8774.7000902@linux.vnet.ibm.com> <56A08108.6050307@0x04.net> From: Andreas Krebbel Message-ID: <56A0A8F8.5070901@linux.vnet.ibm.com> Date: Thu, 21 Jan 2016 09:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56A08108.6050307@0x04.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16012109-0021-0000-0000-000005854430 X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg01604.txt.bz2 On 01/21/2016 07:56 AM, Marcin Kościelnicki wrote: >>> +2016-01-02 Marcin Kościelnicki >>> + >>> + * config/s390/s390.md (pool_section_start): Use switch_to_section >>> + to select proper read-only data section instead of hardcoding .rodata. >>> + (pool_section_end): Use switch_to_section to match the above. >>> + >> >> This is ok if bootstrap and regression tests are clean. Thanks! >> >> -Andreas- >> >> > > The bootstrap and regression tests are indeed clean for this patch and > #2. I don't have commit access to gcc repo, how do I get this pushed? Committed to mainline. Thanks! -Andreas-