From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75903 invoked by alias); 8 Jun 2015 17:29:55 -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 75881 invoked by uid 89); 8 Jun 2015 17:29:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 08 Jun 2015 17:29:54 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 4159D2BB382 for ; Mon, 8 Jun 2015 17:29:53 +0000 (UTC) Received: from greed.delorie.com (ovpn-113-25.phx2.redhat.com [10.3.113.25]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t58HTqxh007115 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 8 Jun 2015 13:29:52 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id t58HTp4B026824; Mon, 8 Jun 2015 13:29:51 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id t58HTpfT026822; Mon, 8 Jun 2015 13:29:51 -0400 Date: Mon, 08 Jun 2015 17:46:00 -0000 Message-Id: <201506081729.t58HTpfT026822@greed.delorie.com> From: DJ Delorie To: Nick Clifton CC: gcc-patches@gcc.gnu.org In-reply-to: <87y4ju76cv.fsf@redhat.com> (message from Nick Clifton on Mon, 08 Jun 2015 13:05:36 +0100) Subject: Re: RFA: RL78: With -mes0 put read only data in the .frodata section References: <87y4ju76cv.fsf@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00606.txt.bz2 Ok. Thanks!