Remove "fix" call for "long long" from ARI
authorTom Tromey <tromey@adacore.com>
Thu, 12 Dec 2019 16:10:49 +0000 (09:10 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 13 Dec 2019 22:15:32 +0000 (15:15 -0700)
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

gdb/ChangeLog
gdb/contrib/ari/gdb_ari.sh

index d30611fa269e92239fdda6f1b26c63aae90f7648..90c3742e93243be4f822710f2f8e684ec0dd1eab 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 02c3647388ccfe30368dc4f62815a1004b5e25d4..5f058906d0a33301f8f528bd2eef694f3164486f 100755 (executable)
@@ -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")
This page took 0.029753 seconds and 4 git commands to generate.