From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26593 invoked by alias); 24 Sep 2013 12:19:52 -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 26579 invoked by uid 89); 24 Sep 2013 12:19:51 -0000 Received: from mail-vb0-f44.google.com (HELO mail-vb0-f44.google.com) (209.85.212.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 24 Sep 2013 12:19:51 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-vb0-f44.google.com Received: by mail-vb0-f44.google.com with SMTP id e13so3338584vbg.3 for ; Tue, 24 Sep 2013 05:19:48 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.58.100.144 with SMTP id ey16mr6207639veb.25.1380025188508; Tue, 24 Sep 2013 05:19:48 -0700 (PDT) Received: by 10.52.74.5 with HTTP; Tue, 24 Sep 2013 05:19:48 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Sep 2013 12:19:00 -0000 Message-ID: Subject: Re: [PATCH] AArch64 - Add parameter to __mount routine 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/msg00127.txt.bz2 On 15 September 2013 13:45, Venkataramanan Kumar wrote: > Hi Maintainers, > > Attached is a small patch which adds a parameter to __mcount routine. > > We would like to make the compiler pass the "frompc" address from the function > that calls __mcount during profiling. > > ref: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg01556.html > > This patch is cross tested in ARMV8 foundation model. No new regressions found. > > If it is ok, someone please commit on my behalf. > > 2013-09-15 Venkataramanan Kumar > > * sysdeps/aarch64/machine-gmon.h (__mcount): Accept parameter and > pass it to mcount_internal. > > regards, > Venkat. Venkat, I've committed your patch. Thanks /Marcus