From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14012 invoked by alias); 22 May 2013 08:38:45 -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 14001 invoked by uid 89); 22 May 2013 08:38:44 -0000 X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 22 May 2013 08:38:44 +0000 Received: by mail-pa0-f51.google.com with SMTP id lf10so545239pab.38 for ; Wed, 22 May 2013 01:38:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=1pu4yq70xBIypHPg/LNvjz5KXzBDzU1h/Yat02i7CCM=; b=NRzVpbn7kGajS6xT2jjKdj0oTbHDDdUJ3CZxECTRRmWMTMaQ7hGoGa2MJTVhduMZeT 6L/eGf/fxxSfAdqsraw4QCzVxXF/wqxmU8phDJ0m6xYreL34hja40ZV/64vpY7MOKzhp PyTDrvJ9DgSeovMXGHGBFvTY7gpG7sSJc+1Gt7i20IBQh7PdN3SMCFxtY3rDcDdJ9ZBP RXlhYb+rSWNk2rc5Xgom0cMvdnGXLc2PfQZV3zUULMyBW0HQa9abbAHHkBy25M8KB7xq AkmsaLQpsmJdvMiizalAjd/KelynKFc6Xm3W8vx0Ic3tAU5Z92H2kAPsM1YDJgTgoRxG L2cA== MIME-Version: 1.0 X-Received: by 10.67.22.66 with SMTP id hq2mr7063494pad.131.1369211922866; Wed, 22 May 2013 01:38:42 -0700 (PDT) Received: by 10.68.23.165 with HTTP; Wed, 22 May 2013 01:38:42 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 May 2013 08:38:00 -0000 Message-ID: Subject: Re: [Patch][AArch64] Use generic "mcount" routine for profiling. From: Marcus Shawcroft To: Venkataramanan Kumar Cc: libc-ports@sourceware.org, Patch Tracking Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk0M0YA+9O+IbcSXkdYJZRTUig7XRXhj965yFcNgP0ge4AaG8JdVF9d8W/A9iF/dWwI1Zwy X-SW-Source: 2013-05/txt/msg00094.txt.bz2 Looks OK to me. /Marcus On 20 May 2013 18:11, Venkataramanan Kumar wrote: > Hi Maintainers, > > The attached patch removes "machine-gmon.h" file under aarch64 which > is supposed to define custom "mcount" routine. > Instead the plan is to use the generic version of the "mcount" routine > which glibc already provides. > > I have submitted a GCC patch that is needed to emit "_mcount" and set > up the frame. > ref: http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00597.html > > This is under review/discussion. > > ChangeLog > > 2013-05-20 Venkataranmanan Kumar > * sysdeps/aarch64/machine-gmon.h: Remove. > > ok for trunk? > > regards, > Venkat.