* config/fp-bit.h (__make_dp): Declare if TMODES.

From-SVN: r62125
This commit is contained in:
Alexandre Oliva 2003-01-30 04:20:07 +00:00 committed by Alexandre Oliva
parent c1cc6a51a1
commit 266a9ef1e8
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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)