mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
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
This commit is contained in:
parent
634561834e
commit
93537683e7
@ -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.
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user