public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove "fix" call for "long long" from ARI
@ 2019-12-13 22:16 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2019-12-13 22:16 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=93537683e79f8a55c51ffa00008966e32ee8e4a7

commit 93537683e79f8a55c51ffa00008966e32ee8e4a7
Author: Tom Tromey <tromey@adacore.com>
Date:   Thu Dec 12 09:10:49 2019 -0700

    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  <tromey@adacore.com>
    
    	* contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long".
    
    Change-Id: I97bca2dc04b579fcf7c9dba7fe7fd939451bcefa

Diff:
---
 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 d30611f..90c3742 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2019-12-13  Tom Tromey  <tromey@adacore.com>
 
+	* contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long".
+
+2019-12-13  Tom Tromey  <tromey@adacore.com>
+
 	* contrib/ari/gdb_ari.sh: Handle -Wno- prefix.
 
 2019-12-13  Tom Tromey  <tromey@adacore.com>
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 @@ 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")


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-13 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 22:16 [binutils-gdb] Remove "fix" call for "long long" from ARI Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).