summaryrefslogtreecommitdiff
path: root/include/floatformat.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2013-08-20 06:02:49 +0000
committerDJ Delorie <dj@delorie.com>2013-08-20 06:02:49 +0000
commit4f5b788afee21f1333c3acc207b4940af960f6da (patch)
tree6c9e6c54b00798cddeb97bedd7bef5ddc8f299c7 /include/floatformat.h
parent1e38c501312eff37a31c1a288273ece115179aee (diff)
downloadgdb-4f5b788afee21f1333c3acc207b4940af960f6da.tar.gz
merge from gcc
Diffstat (limited to 'include/floatformat.h')
-rw-r--r--include/floatformat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/floatformat.h b/include/floatformat.h
index b5951644ea5..04db61a2659 100644
--- a/include/floatformat.h
+++ b/include/floatformat.h
@@ -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.