From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7565 invoked by alias); 24 Jul 2014 14:44:13 -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 7549 invoked by uid 89); 24 Jul 2014 14:44:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f175.google.com Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 24 Jul 2014 14:44:11 +0000 Received: by mail-vc0-f175.google.com with SMTP id hu12so5031273vcb.20 for ; Thu, 24 Jul 2014 07:44:09 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.220.50.8 with SMTP id x8mr12610489vcf.18.1406213047660; Thu, 24 Jul 2014 07:44:07 -0700 (PDT) Received: by 10.52.165.226 with HTTP; Thu, 24 Jul 2014 07:44:07 -0700 (PDT) In-Reply-To: <53CE7A94.5080509@arm.com> References: <53CE7A94.5080509@arm.com> Date: Thu, 24 Jul 2014 14:45:00 -0000 Message-ID: Subject: Re: [AArch64/GCC][15/N] Add two new frame fields From: Marcus Shawcroft To: Jiong Wang Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg01669.txt.bz2 On 22 July 2014 15:52, Jiong Wang wrote: > gcc/ > * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and > "wb_candidate2". > * config/aarch64/aarch64.c (aarch64_layout_frame): Calcualte new added > fields. OK and applied. /Marcus