* contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
authorPierre Muller <muller@sourceware.org>
Tue, 7 May 2013 13:00:07 +0000 (13:00 +0000)
committerPierre Muller <muller@sourceware.org>
Tue, 7 May 2013 13:00:07 +0000 (13:00 +0000)
(PC_SOLIB): Change type from ari_deprecate to ari_regression.

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

index e6f85b257205869450d87e9d6927b9fbf4b32164..5fe8d425f0e3849dc09601e597fb62cb8f8e6a21 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-07  Pierre Muller  <muller@sourceware.org>
+
+       * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
+       (PC_SOLIB): Change type from ari_deprecate to ari_regression.
+
 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
 
        * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
index c9b135245086193a1ef092ba5c87385b5f34b5a5..ad30c9cc4e404501ea9b9ee5633334731183b0a6 100644 (file)
@@ -756,7 +756,7 @@ Replace ADD_SHARED_SYMBOL_FILES with nothing, not needed?"
 
 BEGIN { doc["SOLIB_ADD"] = "\
 Replace SOLIB_ADD with nothing, not needed?"
-    category["SOLIB_ADD"] = ari_deprecate
+    category["SOLIB_ADD"] = ari_regression
 }
 /(^|[^_[:alnum:]])SOLIB_ADD([^_[:alnum:]]|$)/ {
     fail("SOLIB_ADD")
@@ -764,7 +764,7 @@ Replace SOLIB_ADD with nothing, not needed?"
 
 BEGIN { doc["SOLIB_CREATE_INFERIOR_HOOK"] = "\
 Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?"
-    category["SOLIB_CREATE_INFERIOR_HOOK"] = ari_deprecate
+    category["SOLIB_CREATE_INFERIOR_HOOK"] = ari_regression
 }
 /(^|[^_[:alnum:]])SOLIB_CREATE_INFERIOR_HOOK([^_[:alnum:]]|$)/ {
     fail("SOLIB_CREATE_INFERIOR_HOOK")
@@ -796,7 +796,7 @@ Replace PROCESS_LINENUMBER_HOOK with nothing, not needed?"
 
 BEGIN { doc["PC_SOLIB"] = "\
 Replace PC_SOLIB with nothing, not needed?"
-    category["PC_SOLIB"] = ari_deprecate
+    category["PC_SOLIB"] = ari_regression
 }
 /(^|[^_[:alnum:]])PC_SOLIB([^_[:alnum:]]|$)/ {
     fail("PC_SOLIB")