summaryrefslogtreecommitdiff
path: root/gdb/dfp.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2008-01-16 16:16:44 +0000
committerMark Kettenis <kettenis@gnu.org>2008-01-16 16:16:44 +0000
commitba759613c3627dc399eae13a23a65dbc4adf3778 (patch)
tree51662a0e62079a363c09d5e20eb7bc720f9937cd /gdb/dfp.c
parent7ecb65322d700054f2ef34d1443aa59b9bb81928 (diff)
downloadbinutils-gdb-ba759613c3627dc399eae13a23a65dbc4adf3778.tar.gz
* dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
* value.c: All callers changed.
Diffstat (limited to 'gdb/dfp.c')
-rw-r--r--gdb/dfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dfp.c b/gdb/dfp.c
index e184ecdd346..fff82880742 100644
--- a/gdb/dfp.c
+++ b/gdb/dfp.c
@@ -249,7 +249,7 @@ decimal_from_floating (struct value *from, gdb_byte *to, int len)
/* Converts a decimal float of LEN bytes to a double value. */
DOUBLEST
-decimal_to_double (const gdb_byte *from, int len)
+decimal_to_doublest (const gdb_byte *from, int len)
{
char buffer[MAX_DECIMAL_STRING];