From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18282 invoked by alias); 23 Jul 2013 21:17:11 -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 18273 invoked by uid 89); 23 Jul 2013 21:17:11 -0000 X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO homiemail-a68.g.dreamhost.com) (208.113.200.5) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 23 Jul 2013 21:17:10 +0000 Received: from homiemail-a68.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a68.g.dreamhost.com (Postfix) with ESMTP id BEBE7400F6B2F; Tue, 23 Jul 2013 14:17:02 -0700 (PDT) Received: from redwood.eagercon.com (c-50-148-128-197.hsd1.ca.comcast.net [50.148.128.197]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eager@eagerm.com) by homiemail-a68.g.dreamhost.com (Postfix) with ESMTPSA id 2CA44400F6B16; Tue, 23 Jul 2013 14:17:02 -0700 (PDT) Message-ID: <51EEF2CD.7080407@eagerm.com> Date: Tue, 23 Jul 2013 21:23:00 -0000 From: Michael Eager User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: David Holsgrove CC: Chung-Ju Wu , Eric Botcazou , gcc-patches@gcc.gnu.org, Edgar Iglesias , John Williams , Vinod Kathail , Vidhumouli Hunsigida , Nagaraju Mekala , Tom Shui Subject: Re: [Patch, microblaze]: Add -fstack-usage support References: <201307201014.48043.ebotcazou@adacore.com> <51EAADBD.9050209@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg01051.txt.bz2 On 07/22/13 22:50, David Holsgrove wrote: > Hi Eric / Chung-Ju, > > On 21 July 2013 01:33, Chung-Ju Wu wrote: >> On 7/20/13 4:14 PM, Eric Botcazou wrote: >>>>> >>>>> 2013-03-18 David Holsgrove >>>>> >>>>> * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): >>>>> Add check for flag_stack_usage to handle -fstack-usage support >>>>> >>>>> Signed-off-by: David Holsgrove >>>> >>>> >>>> Patch remains the same, please apply when ready. >>> >>> >>> The patch is incorrect, please adjust it to match the other architectures. >>> >> >> Hi, David, >> >> Specifically speaking, what Eric meant is to check >> flag_stack_usage_info rather than flag_stack_usage >> due to the changes after gcc-4.7. >> > > Ah, thanks for the catch - patch had been sitting in my tree for quite a while, > hadn't realised the variable name had changed on trunk. > > Patch attached which adjusts microblaze's usage to align with other archs. Committed revision 201186. Please send an updated ChangeLog when it is different from the original. ChangeLog: 2013-07-23 David Holsgrove * config/microblaze/microblaze.c (microblaze_expand_prologue): Rename flag_stack_usage to flag_stack_usage_info. -- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077