* config/fp-bit.h (__make_dp): Declare if TMODES.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 30 Jan 2003 04:20:07 +0000 (04:20 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 30 Jan 2003 04:20:07 +0000 (04:20 +0000)
From-SVN: r62125

gcc/ChangeLog
gcc/config/fp-bit.h

index 991b364533006f6a9acaa8cfab36afeb9e3811f7..38a49a7eb4d4cc29bcead78404b49a1bb4fdb10d 100644 (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
index e9e1e976d879d9f17d51ee6e33dedbe277d01345..247ef33561060586b524e4115ef2d8571190b3a8 100644 (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)