From patchwork Thu Dec 12 17:51:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Simon Marchi (Code Review)" X-Patchwork-Id: 36785 Received: (qmail 2182 invoked by alias); 12 Dec 2019 17:51:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 2043 invoked by uid 89); 12 Dec 2019 17:51:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1663 X-HELO: mx1.osci.io Received: from polly.osci.io (HELO mx1.osci.io) (8.43.85.229) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Dec 2019 17:51:28 +0000 Received: by mx1.osci.io (Postfix, from userid 994) id 640BE20391; Thu, 12 Dec 2019 12:51:27 -0500 (EST) Received: from gnutoolchain-gerrit.osci.io (gnutoolchain-gerrit.osci.io [8.43.85.239]) by mx1.osci.io (Postfix) with ESMTP id 163D8204BA for ; Thu, 12 Dec 2019 12:51:19 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by gnutoolchain-gerrit.osci.io (Postfix) with ESMTP id 020F525BB4 for ; Thu, 12 Dec 2019 12:51:19 -0500 (EST) X-Gerrit-PatchSet: 1 Date: Thu, 12 Dec 2019 12:51:19 -0500 From: "Tom Tromey (Code Review)" To: gdb-patches@sourceware.org Message-ID: Auto-Submitted: auto-generated X-Gerrit-MessageType: newchange Subject: [review] Remove "fix" call for "long long" from ARI X-Gerrit-Change-Id: I97bca2dc04b579fcf7c9dba7fe7fd939451bcefa X-Gerrit-Change-Number: 755 X-Gerrit-ChangeURL: X-Gerrit-Commit: 0ecf9a762e3bba675708f5e9a2c2c7af6d0f35a1 References: Reply-To: tromey@sourceware.org, gdb-patches@sourceware.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Gerrit/3.0.3-79-g83ff7f88f1 Change URL: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/755 ...................................................................... Remove "fix" call for "long long" from ARI ARI has a "fix" call for "long long", but this call is incorrect. This patch removes it. gdb/ChangeLog 2019-12-12 Tom Tromey * contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long". Change-Id: I97bca2dc04b579fcf7c9dba7fe7fd939451bcefa --- M gdb/ChangeLog M gdb/contrib/ari/gdb_ari.sh 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0c810e3..2911956 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-12-12 Tom Tromey + + * contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long". + 2019-12-05 Tom Tromey * contrib/ari/gdb_ari.sh: Handle -Wno- prefix. diff --git a/gdb/contrib/ari/gdb_ari.sh b/gdb/contrib/ari/gdb_ari.sh index 02c3647..5f05890 100755 --- a/gdb/contrib/ari/gdb_ari.sh +++ b/gdb/contrib/ari/gdb_ari.sh @@ -587,8 +587,6 @@ BEGIN { doc["long long"] = "\ Do not use `long long'\'', instead use LONGEST" category["long long"] = ari_code - # defs.h needs two such patterns for LONGEST and ULONGEST definitions - fix("long long", "gdb/defs.h", 2) } /(^|[^_[:alnum:]])long[[:space:]]+long([^_[:alnum:]]|$)/ { fail("long long")