mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
Fix ARI text for floatformat_from_double
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
This commit is contained in:
parent
fe56157f92
commit
8aaaf7577f
@ -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.
|
||||
|
@ -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:]]*\(/ {
|
||||
|
Loading…
Reference in New Issue
Block a user