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 | 1868ed77df36eebc9b24fcf68914da68ff9c6d84 (patch) | |
tree | 6cf78ffa88663a531a6a82ce6984771037c7e8c3 /gdb/doublest.h | |
parent | f2b0a3969aff4f3724f8ff7793ff2839c893ab47 (diff) | |
download | gdb-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.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 |