summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-30 04:20:07 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-30 04:20:07 +0000
commite8899d83d7cdf7d63683eae82365237d93838e64 (patch)
treef3332b9c4bfc5526b0eb2e8364d62229b1cbb3a2
parent86df24a73573ca336380d17dc2ca4f30912604a7 (diff)
downloadgcc-e8899d83d7cdf7d63683eae82365237d93838e64.tar.gz
* config/fp-bit.h (__make_dp): Declare if TMODES.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62125 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/fp-bit.h1
2 files changed, 5 insertions, 0 deletions
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 <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 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)