diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-10-29 23:35:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-10-29 23:35:37 +0000 |
commit | 43686d6411284a401e84ab2f0227b0b51c2aab21 (patch) | |
tree | a82552828fb4f6fddea28be9e10f7da932f21757 /gdb/doublest.h | |
parent | 3109ff8fb45427ca6d0911aadf805713ab8ba73e (diff) | |
download | binutils-gdb-43686d6411284a401e84ab2f0227b0b51c2aab21.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.h | 3 |
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 |