aboutsummaryrefslogtreecommitdiff
path: root/gdb/doublest.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-24 22:49:27 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-24 22:49:27 +0000
commit49c547686fd27dbe38a92000c326d8d23c8e6e87 (patch)
treee63fb44c466e0040afd7586869da878d1f4c3a66 /gdb/doublest.h
parent87808bd699575a850139a1f916512ab7a47fd496 (diff)
2004-08-24 Andrew Cagney <cagney@gnu.org>
* doublest.h (floatformat_ieee_quad): Rename floatformat_ia64_quad. * doublest.c (floatformat_ieee_quad): Rename floatformat_ia64_quad. (_initialize_doublest): Update.
Diffstat (limited to 'gdb/doublest.h')
-rw-r--r--gdb/doublest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doublest.h b/gdb/doublest.h
index a568862e25..8510baa310 100644
--- a/gdb/doublest.h
+++ b/gdb/doublest.h
@@ -91,8 +91,8 @@ extern void convert_typed_floating (const void *from,
/* 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];
-extern const struct floatformat *floatformat_ia64_quad[BFD_ENDIAN_UNKNOWN];
#endif