From patchwork Wed Apr 30 17:42:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Mansfield X-Patchwork-Id: 344243 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0744C140085 for ; Thu, 1 May 2014 03:43:01 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; q=dns; s=default; b=eUqcGEMEuO5WTwuA rIfy0DbjEybjOdA+fDsYNaTzXe9o6RNZMnYbAdEyMPTs4sgChi6xNXqVTtRfDGbo ivi4nLgPmQ3/ox5Trf/9FpqC8hJdeolFBUiSfytP1xyAkt9aB6S5MdJUDKqNXN1M yxCch209gQlxiySfOtKEbTGTonw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=default; bh=ZsO/lcho/xZmZmjaGYw9P8 4jX5A=; b=Bm19oziqpy5Hf9Y5gnnhhugBziUdIS1ShCcBT2eM0th0m/YO0C3BQD bTd2camXzdmgx4n59oJO8QREMn3+UtWlcFdYffkcE7dUb40hsoN/Q3kb6g9hvLgs MUq3HRr1LISLEbQ7Vfv7ueuVW+F8GvhHKp/APIS3Eo386eGZwlASA= Received: (qmail 26356 invoked by alias); 30 Apr 2014 17:42:52 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 26344 invoked by uid 89); 30 Apr 2014 17:42:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL, BAYES_50, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: MXB.qnx.com Received: from MXB.QNX.COM (HELO MXB.qnx.com) (209.226.137.99) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 30 Apr 2014 17:42:50 +0000 X-ASG-Debug-ID: 1398880543-0721cb5d271ab990001-Gfy7bY Received: from exhts.ott.qnx.com (exch1.ott.qnx.com [10.222.2.137]) by MXB.qnx.com with ESMTP id EZBTsI2Xu3Awbb1J (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 30 Apr 2014 13:55:44 -0400 (EDT) X-Barracuda-Envelope-From: RMansfield@qnx.com Received: from [10.222.100.35] (10.222.2.5) by EXCH1.ott.qnx.com (10.222.2.137) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 30 Apr 2014 13:42:41 -0400 Message-ID: <53613611.9010405@qnx.com> Date: Wed, 30 Apr 2014 13:42:41 -0400 From: Ryan Mansfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" Subject: [aarch64] Remove aarch64_function_profiler prototype X-ASG-Orig-Subj: [aarch64] Remove aarch64_function_profiler prototype X-Barracuda-Connect: exch1.ott.qnx.com[10.222.2.137] X-Barracuda-Start-Time: 1398880544 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-URL: http://qnx-spam.ott.qnx.com:80/cgi-mod/mark.cgi X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=1000.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.5399 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-IsSubscribed: yes aarch64_function_profiler was removed in rev203028 but the prototype was left behind. If OK, can someone apply? Thanks. Regards, Ryan Mansfield 2014-04-30 Ryan Mansfield * config/aarch64/aarch64-protos.h (aarch64_function_profiler): Remove. Index: config/aarch64/aarch64-protos.h =================================================================== --- config/aarch64/aarch64-protos.h (revision 209944) +++ config/aarch64/aarch64-protos.h (working copy) @@ -223,7 +223,6 @@ void aarch64_expand_mov_immediate (rtx, rtx); void aarch64_expand_prologue (void); void aarch64_expand_vector_init (rtx, rtx); -void aarch64_function_profiler (FILE *, int); void aarch64_init_cumulative_args (CUMULATIVE_ARGS *, const_tree, rtx, const_tree, unsigned); void aarch64_init_expanders (void);