From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28111 invoked by alias); 24 Sep 2013 12:21:59 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 28102 invoked by uid 89); 24 Sep 2013 12:21:58 -0000 Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 24 Sep 2013 12:21:58 +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,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f169.google.com Received: by mail-vc0-f169.google.com with SMTP id ib11so3347061vcb.28 for ; Tue, 24 Sep 2013 05:21:56 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.220.249.67 with SMTP id mj3mr6434438vcb.23.1380025316114; Tue, 24 Sep 2013 05:21:56 -0700 (PDT) Received: by 10.52.74.5 with HTTP; Tue, 24 Sep 2013 05:21:56 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Sep 2013 12:21:00 -0000 Message-ID: Subject: Re: [PATCH] [AARCH64] - Add signal handler definitions for profiling. From: Marcus Shawcroft To: Venkataramanan Kumar Cc: libc-ports@sourceware.org, Patch Tracking Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00128.txt.bz2 On 23 September 2013 06:44, Venkataramanan Kumar wrote: > Hi Marcus, > > As per your comments in > https://sourceware.org/ml/libc-ports/2013-09/msg00114.html, I have > separated the patch that adds signal handler definitions for > profiling. > > Cross tested with glibc testsuites on ARM V8 foundation model, with no > regressions. > > Also please let me know, "_mcount" patch in > https://sourceware.org/ml/libc-ports/2013-09/msg00090.html is good to > go. > > Changelog: > > 2013-09-23 Venkataramanan Kumar > * sysdeps/unix/sysv/linux/sigcontextinfo.h: New file > Venkat, I've committed this patch with a corrected path in the ChangeLog. Thanks /Marcus