From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13053 invoked by alias); 26 Jul 2013 07:35:26 -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 13028 invoked by uid 89); 26 Jul 2013 07:35:25 -0000 X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-oa0-f52.google.com) (209.85.219.52) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 26 Jul 2013 07:35:23 +0000 Received: by mail-oa0-f52.google.com with SMTP id g12so6758268oah.11 for ; Fri, 26 Jul 2013 00:35:15 -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=4o/y/wCIhxul/fr5pTxkoHSuevOyF+boKOiYtfWv/W8=; b=UO8E6QLOCsiheXpAy5D0JfN5r9Cg7v2Byyb82qmsFJEDT06gSu/sq155IKriD7bYTk Qd5k0yFKQE8pRNhisKvj1kwldfEPqFonOGSHOY4yeGJbvyv9RCvGWtOzLvkNFXohrFOH 0xypc+aksupgSf8vTuLpcXXAouDHlE1q0UlGj5iVE+RxUUZa2tb9c2XlxsCk6/KXlHEI o7MpcT2P8mdrHs2H8AAknKSKL73Oc1lAatFSpL7jOwuTc7vuM+01BslSgs1cY+zMuqlu Q4EwN/8N97LTmaxaXX2TmCECOHTmyaJcxu6XOEpJ0H58TRp39OeQAtMCJZR/l8p45WLP ZrVw== MIME-Version: 1.0 X-Received: by 10.182.81.41 with SMTP id w9mr4076247obx.18.1374824115674; Fri, 26 Jul 2013 00:35:15 -0700 (PDT) Received: by 10.76.5.199 with HTTP; Fri, 26 Jul 2013 00:35:15 -0700 (PDT) In-Reply-To: References: <1374739714-5774-1-git-send-email-marcus.shawcroft@linaro.org> Date: Fri, 26 Jul 2013 07:35:00 -0000 Message-ID: Subject: Re: [PATCH] [AArch64] Provide symbol versions for mcount and _mcount. From: Marcus Shawcroft To: "Joseph S. Myers" Cc: libc-ports Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmiIY+JXRtpafGJU9XYMgiPimObQo4NwaqvaOQHxXlkVejNGTM4y94twSvesBZ2ctCl8+Ec X-SW-Source: 2013-07/txt/msg00036.txt.bz2 On 25 July 2013 15:52, Joseph S. Myers wrote: > You shouldn't have such "old asm" for a new architecture, which would > indicate that you shouldn't need the "mcount" name at all. Good point, I've dropped mcount completely in the re-spun patch. > -- > Joseph S. Myers > joseph@codesourcery.com Thanks for the feedback. /Marcus