From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16894 invoked by alias); 6 Jan 2014 12:36:16 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 16881 invoked by uid 89); 6 Jan 2014 12:36:16 -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-ve0-f171.google.com Received: from mail-ve0-f171.google.com (HELO mail-ve0-f171.google.com) (209.85.128.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 06 Jan 2014 12:36:15 +0000 Received: by mail-ve0-f171.google.com with SMTP id pa12so9133767veb.2 for ; Mon, 06 Jan 2014 04:36:13 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.220.97.145 with SMTP id l17mr850659vcn.35.1389011772811; Mon, 06 Jan 2014 04:36:12 -0800 (PST) Received: by 10.52.254.168 with HTTP; Mon, 6 Jan 2014 04:36:12 -0800 (PST) In-Reply-To: <52B8815B.5030700@arm.com> References: <52B8815B.5030700@arm.com> Date: Mon, 06 Jan 2014 12:36:00 -0000 Message-ID: Subject: Re: [PATCH, AArch64] Fix Call Frame Information in ffi_closure_SYSV From: Marcus Shawcroft To: Yufeng Zhang Cc: libffi-discuss@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014/txt/msg00000.txt.bz2 On 23 December 2013 18:30, Yufeng Zhang wrote: > Hi, > > This patch fixes a bug in ./src/aarch64/sysv.S:ffi_closure_SYSV where stack > unwinding information was not generated correctly. > > OK for the mainline? This patch looks reasonable to me. /Marcus