From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15650 invoked by alias); 13 Oct 2014 14:21:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 15640 invoked by uid 89); 13 Oct 2014 14:21:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Oct 2014 14:21:17 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 13 Oct 2014 15:21:14 +0100 Received: from [10.1.203.158] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 13 Oct 2014 15:21:13 +0100 Message-ID: <543BDFD9.7040400@arm.com> Date: Mon, 13 Oct 2014 14:34:00 -0000 From: Renlin Li User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" CC: Marcus Shawcroft , ramana Radhakrishnan Subject: [PATCH][AARCH64]Remove unused variable and marco X-MC-Unique: 114101315211407001 Content-Type: multipart/mixed; boundary="------------090309020408030108040502" X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg01131.txt.bz2 This is a multi-part message in MIME format. --------------090309020408030108040502 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-length: 250 Hi all, This is a simple patch to remove unused variables and marco. Is it Okay to commit? gcc/ChangeLog: 2014-10-13 Renlin Li * config/aarch64/aarch64.h (ARM_DEFAULT_PCS, arm_pcs_variant): Delete. Regards, Renlin Li= --------------090309020408030108040502 Content-Type: text/x-patch; name=0002-remove-unused-ARM_DEFAULT_PCS-marco-and-arm_pcs_vari.patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename*0="0002-remove-unused-ARM_DEFAULT_PCS-marco-and-arm_pcs_vari.pa"; filename*1="tch" Content-length: 792 =46rom 88b6dc7fccf70c140070fbc5472d9bc1a8590754 Mon Sep 17 00:00:00 2001 From: Renlin Li Date: Mon, 13 Oct 2014 09:30:57 +0100 Subject: [PATCH 2/6] remove unused ARM_DEFAULT_PCS marco and arm_pcs_variant --- gcc/config/aarch64/aarch64.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h index 73b68ee..77f4511 100644 --- a/gcc/config/aarch64/aarch64.h +++ b/gcc/config/aarch64/aarch64.h @@ -578,11 +578,7 @@ enum arm_pcs }; =20 =20 -extern enum arm_pcs arm_pcs_variant; =20 -#ifndef ARM_DEFAULT_PCS -#define ARM_DEFAULT_PCS ARM_PCS_AAPCS64 -#endif =20 /* We can't use enum machine_mode inside a generator file because it hasn't been created yet; we shouldn't be using any code that --=20 1.7.9.5 --------------090309020408030108040502--