aboutsummaryrefslogtreecommitdiff
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
commit43686d6411284a401e84ab2f0227b0b51c2aab21 (patch)
treea82552828fb4f6fddea28be9e10f7da932f21757 /gdb/doublest.h
parent3109ff8fb45427ca6d0911aadf805713ab8ba73e (diff)
downloadfsf-binutils-gdb-43686d6411284a401e84ab2f0227b0b51c2aab21.zip
fsf-binutils-gdb-43686d6411284a401e84ab2f0227b0b51c2aab21.tar.gz
fsf-binutils-gdb-43686d6411284a401e84ab2f0227b0b51c2aab21.tar.bz2
* 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 a31d849..ccd9233 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