diff options
| -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) |
