summaryrefslogtreecommitdiff
path: root/gcc/config/fp-bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/fp-bit.h')
-rw-r--r--gcc/config/fp-bit.h1
1 files changed, 1 insertions, 0 deletions
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)