From 93537683e79f8a55c51ffa00008966e32ee8e4a7 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 12 Dec 2019 09:10:49 -0700 Subject: [PATCH] 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-13 Tom Tromey * contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long". Change-Id: I97bca2dc04b579fcf7c9dba7fe7fd939451bcefa --- gdb/ChangeLog | 4 ++++ gdb/contrib/ari/gdb_ari.sh | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d30611fa26..90c3742e93 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-12-13 Tom Tromey + + * contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long". + 2019-12-13 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 02c3647388..5f058906d0 100755 --- a/gdb/contrib/ari/gdb_ari.sh +++ b/gdb/contrib/ari/gdb_ari.sh @@ -587,8 +587,6 @@ Do not use strerror(), instead use safe_strerror()" 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") -- 2.34.1