diff options
author | DJ Delorie <dj@redhat.com> | 2013-08-20 06:02:53 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-08-20 06:02:53 +0000 |
commit | 21290977cbdd41c6f4e7b297e63901ad491acadd (patch) | |
tree | 1dc45afd95b9932d8a8229144dff0ede15c9c3ff /include/floatformat.h | |
parent | e8160f70ec030e9578617f2c2615f150ce6164d2 (diff) | |
download | gdb-21290977cbdd41c6f4e7b297e63901ad491acadd.zip gdb-21290977cbdd41c6f4e7b297e63901ad491acadd.tar.gz gdb-21290977cbdd41c6f4e7b297e63901ad491acadd.tar.bz2 |
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 b595164..04db61a 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. |