diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-01-30 04:20:07 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2003-01-30 04:20:07 +0000 |
commit | 266a9ef1e8735333c95d04616fe23a694cf5afc9 (patch) | |
tree | f3332b9c4bfc5526b0eb2e8364d62229b1cbb3a2 /gcc | |
parent | c1cc6a51a1521171a37c0d248ee063db13317174 (diff) | |
download | gcc-266a9ef1e8735333c95d04616fe23a694cf5afc9.zip gcc-266a9ef1e8735333c95d04616fe23a694cf5afc9.tar.gz gcc-266a9ef1e8735333c95d04616fe23a694cf5afc9.tar.bz2 |
* config/fp-bit.h (__make_dp): Declare if TMODES.
From-SVN: r62125
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/fp-bit.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 991b364..38a49a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-30 Alexandre Oliva <aoliva@redhat.com> + + * config/fp-bit.h (__make_dp): Declare if TMODES. + 2003-01-29 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300.h (PREDICATE_CODES): Add entries for diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h index e9e1e97..247ef33 100644 --- a/gcc/config/fp-bit.h +++ b/gcc/config/fp-bit.h @@ -521,6 +521,7 @@ extern TFtype df_to_tf (DFtype); #endif /* ! FLOAT */ #ifdef TMODES +extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype); #ifdef TFLOAT #if defined(L_tf_to_sf) |