Fix ARI text for floatformat_from_double
[deliverable/binutils-gdb.git] / gdb / contrib / ari / gdb_ari.sh
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.02607 seconds and 4 git commands to generate.