Fix ARI text for floatformat_from_double
authorTom Tromey <tromey@adacore.com>
Thu, 5 Dec 2019 15:04:42 +0000 (08:04 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 13 Dec 2019 22:15:31 +0000 (15:15 -0700)
ARI reports the wrong substitution for floatformat_from_double.
"floatformat_from_doublest" was renamed in 2017.

gdb/ChangeLog
2019-12-13  Tom Tromey  <tromey@adacore.com>

* contrib/ari/gdb_ari.sh: Fix floatformat_from_double text.

Change-Id: Ibf1b194ea509b12ae8bc30ce285c809c96218557

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

index 6755a105ed1840af093fa972b5217bde073ba041..02040390e22254fee9f1e04a1b4c8fb7f6253972 100644 (file)
@@ -1,3 +1,7 @@
+2019-12-13  Tom Tromey  <tromey@adacore.com>
+
+       * contrib/ari/gdb_ari.sh: Fix floatformat_from_double text.
+
 2019-12-13  Tom Tromey  <tromey@adacore.com>
 
        * contrib/ari/gdb_ari.sh: Remove ATTRIBUTE_UNUSED check.
index b5a54334dac8c9253e575222968d7a814c186527..d05f4af54c6839d5e9b685f0cad26efb35b86de4 100755 (executable)
@@ -820,7 +820,7 @@ instead use floatformat_to_doublest()"
 
 BEGIN { doc["floatformat_from_double"] = "\
 Do not use floatformat_from_double() from libierty, \
-instead use floatformat_from_doublest()"
+instead use host_float_ops<T>::from_target()"
     category["floatformat_from_double"] = ari_regression
 }
 /(^|[^_[:alnum:]])floatformat_from_double[[:space:]]*\(/ {
This page took 0.032591 seconds and 4 git commands to generate.