diff options
author | DJ Delorie <dj@redhat.com> | 2013-08-20 06:02:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-08-20 06:02:49 +0000 |
commit | f9268dfd7a869c5cc3009c8ea1f9a963beaf8c43 (patch) | |
tree | ce2023c62d300a77a549fcfc76a549e7902c0477 /include/floatformat.h | |
parent | d244f86a4d92b33c3ee8cb705b255287b7652c9c (diff) | |
download | cygnal-f9268dfd7a869c5cc3009c8ea1f9a963beaf8c43.tar.gz cygnal-f9268dfd7a869c5cc3009c8ea1f9a963beaf8c43.tar.bz2 cygnal-f9268dfd7a869c5cc3009c8ea1f9a963beaf8c43.zip |
merge from gcc
Diffstat (limited to 'include/floatformat.h')
-rw-r--r-- | include/floatformat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/floatformat.h b/include/floatformat.h index b5951644e..04db61a26 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. |