From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <libc-alpha-return-54239-listarch-libc-alpha=sources.redhat.com@sourceware.org> Received: (qmail 29105 invoked by alias); 11 Nov 2014 15:50:12 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: <libc-alpha.sourceware.org> List-Subscribe: <mailto:libc-alpha-subscribe@sourceware.org> List-Archive: <http://sourceware.org/ml/libc-alpha/> List-Post: <mailto:libc-alpha@sourceware.org> List-Help: <mailto:libc-alpha-help@sourceware.org>, <http://sourceware.org/ml/#faqs> Sender: libc-alpha-owner@sourceware.org Received: (qmail 29094 invoked by uid 89); 11 Nov 2014 15:50:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f49.google.com MIME-Version: 1.0 X-Received: by 10.224.151.207 with SMTP id d15mr54443206qaw.4.1415721008553; Tue, 11 Nov 2014 07:50:08 -0800 (PST) In-Reply-To: <54621815.5070303@arm.com> References: <54621815.5070303@arm.com> Date: Tue, 11 Nov 2014 15:50:00 -0000 Message-ID: <CAFqB+PwPQdE7o3dGmdtctuLJ=rNs_gDhSHWaASDu8cru5OLpdQ@mail.gmail.com> Subject: Re: [PATCH][AARCH64][2.19] Backporting "End frame record chain correctly" From: Marcus Shawcroft <marcus.shawcroft@gmail.com> To: Renlin Li <renlin.li@arm.com> Cc: GNU C Library <libc-alpha@sourceware.org> Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-11/txt/msg00213.txt.bz2 On 11 November 2014 14:07, Renlin Li <renlin.li@arm.com> wrote: > Hi all, > > This is a backport for branch/release/2.19/master of the patch "End frame > record chain correctly" posted in: > https://sourceware.org/ml/libc-alpha/2014-11/msg00167.html > > aarch64-none-linux-gnu target has been tested on the model. No new issues. > > Okay to commit? > > ChangeLog: > > 2014-11-11 Renlin Li <Renlin.Li@arm.com> > > [BZ #17555] > * ports/sysdeps/aarch64/start.S (_start): Delete x29 overwritten > assignment. Committed. /Marcus