From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5325 invoked by alias); 20 Sep 2013 15:17:15 -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 5276 invoked by uid 89); 20 Sep 2013 15:17:14 -0000 Received: from mail-ve0-f175.google.com (HELO mail-ve0-f175.google.com) (209.85.128.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 20 Sep 2013 15:17:14 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ve0-f175.google.com Received: by mail-ve0-f175.google.com with SMTP id jy13so412211veb.20 for ; Fri, 20 Sep 2013 08:17:11 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.220.47.10 with SMTP id l10mr543715vcf.32.1379690231659; Fri, 20 Sep 2013 08:17:11 -0700 (PDT) Received: by 10.52.74.5 with HTTP; Fri, 20 Sep 2013 08:17:11 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Sep 2013 15:17:00 -0000 Message-ID: Subject: Re: [RFC] [PATCH] [v2] AArch64 - Add parameter to __mount routine and register signal handler for profiling. From: Marcus Shawcroft To: Venkataramanan Kumar Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00114.txt.bz2 Hi Venkat On 20 September 2013 07:11, Venkataramanan Kumar wrote: > 2013-09-20 Venkataramanan Kumar > > * sysdeps/aarch64/machine-gmon.h (__mcount): Accept parameter and > pass it to mcount_internal. > * sysdeps/unix/sysv/linux/sigcontextinfo.h: New file These two changes are not related and should be submitted as separate patches. diff --git a/ports/sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h b/ports/sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h new file mode 100644 index 0000000..f660d1e --- /dev/null +++ b/ports/sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h @@ -0,0 +1,36 @@ +/* AArch64 definitions for profiling support. The description line could be more accurate. These definitions all relate to the signal handler call convention. Cheers /Marcus