summaryrefslogtreecommitdiff
path: root/gdb/doublest.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-10-29 23:35:37 +0000
committerMark Kettenis <kettenis@gnu.org>2001-10-29 23:35:37 +0000
commit1868ed77df36eebc9b24fcf68914da68ff9c6d84 (patch)
tree6cf78ffa88663a531a6a82ce6984771037c7e8c3 /gdb/doublest.h
parentf2b0a3969aff4f3724f8ff7793ff2839c893ab47 (diff)
downloadgdb-1868ed77df36eebc9b24fcf68914da68ff9c6d84.tar.gz
* doublest.h (convert_typed_floating): New prototype.
* doublest.c (convert_typed_floating): New function.
Diffstat (limited to 'gdb/doublest.h')
-rw-r--r--gdb/doublest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/doublest.h b/gdb/doublest.h
index a31d8497fd1..ccd92336275 100644
--- a/gdb/doublest.h
+++ b/gdb/doublest.h
@@ -72,5 +72,8 @@ extern DOUBLEST extract_typed_floating (const void *addr,
const struct type *type);
extern void store_typed_floating (void *addr, const struct type *type,
DOUBLEST val);
+extern void convert_typed_floating (const void *from,
+ const struct type *from_type,
+ void *to, const struct type *to_type);
#endif