aboutsummaryrefslogtreecommitdiff
path: root/gdb/dfp.h
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.h
parent7ecb65322d700054f2ef34d1443aa59b9bb81928 (diff)
* dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
* value.c: All callers changed.
Diffstat (limited to 'gdb/dfp.h')
-rw-r--r--gdb/dfp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dfp.h b/gdb/dfp.h
index f72337aa10..c8969035ac 100644
--- a/gdb/dfp.h
+++ b/gdb/dfp.h
@@ -33,7 +33,7 @@ extern void decimal_to_string (const gdb_byte *, int, char *);
extern int decimal_from_string (gdb_byte *, int, const char *);
extern void decimal_from_integral (struct value *from, gdb_byte *to, int len);
extern void decimal_from_floating (struct value *from, gdb_byte *to, int len);
-extern DOUBLEST decimal_to_double (const gdb_byte *from, int len);
+extern DOUBLEST decimal_to_doublest (const gdb_byte *from, int len);
extern void decimal_binop (enum exp_opcode, const gdb_byte *, int,
const gdb_byte *, int, gdb_byte *, int *);
extern int decimal_is_zero (const gdb_byte *x, int len);