Zero-extend address from 32-bit to 64-bit for ADDR32 prefix
[deliverable/binutils-gdb.git] / include / floatformat.h
index b5951644ea5108b93a5a935d33cd4ba3bba1cec4..04db61a2659f02bc1da5a5511a6a52e79790c4ec 100644 (file)
@@ -128,7 +128,8 @@ extern const struct floatformat floatformat_ia64_spill_little;
 extern const struct floatformat floatformat_ia64_quad_big;
 extern const struct floatformat floatformat_ia64_quad_little;
 /* IBM long double (double+double).  */
-extern const struct floatformat floatformat_ibm_long_double;
+extern const struct floatformat floatformat_ibm_long_double_big;
+extern const struct floatformat floatformat_ibm_long_double_little;
 
 /* Convert from FMT to a double.
    FROM is the address of the extended float.
This page took 0.022851 seconds and 4 git commands to generate.