From patchwork Mon Nov 12 11:59:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 996382 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-489727-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="N6DFpbZu"; dkim-atps=neutral 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 42tq7c1rPJz9s1x for ; Mon, 12 Nov 2018 22:59:56 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=M6Ap0T/9e+RycASs kOfHUHwBxOVPW8k8NEym98s8icro9vwK1/e0vzP4iVbf1TwdYZSDSxi23p+K/v6E 1c203mac4zh/GgnTtS9cImfetIueu8gSdyPqoMUS86jDQ2qgYxMU25Uf1ntVuHDB jxap2pYLg597vxaURw4RmDk2VMA= 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:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=default; bh=8Z/MTDWsggmeMtfYijUFZ+ YVno8=; b=N6DFpbZu147dlBiNjhMO9eHfM74AeP81mjh+Kh01b36DqmYwzlFGt7 NouryczPbpMsBH6U4xTgUg5k+SEhM2ra0vqnjmbJ+4Bl4vxaQSvkdIIqeA4xsM6Q 6eLRbRu0r9WemX3YU7Z1Qm0MTRg/SvANAbEWkRerY5u5GGahk3Y6g= Received: (qmail 96385 invoked by alias); 12 Nov 2018 11:59:49 -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 96342 invoked by uid 89); 12 Nov 2018 11:59:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:738, 265948, sk:ebotcaz X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Nov 2018 11:59:44 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 48C7082310 for ; Mon, 12 Nov 2018 12:59:42 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hQWj5xbAolNm for ; Mon, 12 Nov 2018 12:59:42 +0100 (CET) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 24C4B81368 for ; Mon, 12 Nov 2018 12:59:42 +0100 (CET) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [mcore] Remove duplicate preprocessor definition Date: Mon, 12 Nov 2018 12:59:13 +0100 Message-ID: <20563239.HO73Kkgujk@polaris> MIME-Version: 1.0 The same definition, with a comment, is present a few lines above. Applied on the mainline as obvious. 2018-11-12 Eric Botcazou * config/mcore/mcore.h (WORD_REGISTER_OPERATIONS): Remove duplicate. Index: config/mcore/mcore.h =================================================================== --- config/mcore/mcore.h (revision 265948) +++ config/mcore/mcore.h (working copy) @@ -552,8 +552,6 @@ extern const enum reg_class regno_reg_cl and another. All register moves are cheap. */ #define REGISTER_MOVE_COST(MODE, SRCCLASS, DSTCLASS) 2 -#define WORD_REGISTER_OPERATIONS 1 - /* Assembler output control. */ #define ASM_COMMENT_START "\t//"