diff options
Diffstat (limited to 'gdb/doublest.h')
-rw-r--r-- | gdb/doublest.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/doublest.h b/gdb/doublest.h index f2890dd..058b4a3 100644 --- a/gdb/doublest.h +++ b/gdb/doublest.h @@ -100,11 +100,4 @@ extern void convert_typed_floating (const void *from, const struct type *from_type, void *to, const struct type *to_type); -/* Table of convenient float-formats. */ -extern const struct floatformat *floatformat_ieee_single[BFD_ENDIAN_UNKNOWN]; -extern const struct floatformat *floatformat_ieee_double[BFD_ENDIAN_UNKNOWN]; -extern const struct floatformat *floatformat_ieee_quad[BFD_ENDIAN_UNKNOWN]; -extern const struct floatformat *floatformat_arm_ext[BFD_ENDIAN_UNKNOWN]; -extern const struct floatformat *floatformat_ia64_spill[BFD_ENDIAN_UNKNOWN]; - #endif |