Silence ARI for valid calls to abort
[deliverable/binutils-gdb.git] / gdb / contrib / ari / gdb_ari.sh
index d05f4af54c6839d5e9b685f0cad26efb35b86de4..300ed761f13f43bc0e05e776ec1a0da38d106cb8 100755 (executable)
@@ -647,7 +647,6 @@ FNR == 1 {
 BEGIN { doc["abort"] = "\
 Do not use abort, instead use internal_error; GDB should never abort"
     category["abort"] = ari_regression
-    fix("abort", "gdb/utils.c", 3)
 }
 /(^|[^_[:alnum:]])abort[[:space:]]*\(/ {
     fail("abort")
This page took 0.023731 seconds and 4 git commands to generate.