From 266a9ef1e8735333c95d04616fe23a694cf5afc9 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 30 Jan 2003 04:20:07 +0000 Subject: [PATCH] * config/fp-bit.h (__make_dp): Declare if TMODES. From-SVN: r62125 --- gcc/ChangeLog | 4 ++++ gcc/config/fp-bit.h | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 991b3645330..38a49a7eb4d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-30 Alexandre Oliva + + * config/fp-bit.h (__make_dp): Declare if TMODES. + 2003-01-29 Kazu Hirata * config/h8300/h8300.h (PREDICATE_CODES): Add entries for diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h index e9e1e976d87..247ef335610 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) -- 2.30.2