From a6c9b188f35baa239b99ece2aba5b7f335a5ab0d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 18 Jul 2007 22:28:28 +0000 Subject: Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd. 2007-07-18 H.J. Lu * Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd. (D64PBIT_FUNCS): Add _dd_to_tf and _tf_to_dd. (D128PBIT_FUNCS): Add _td_to_tf and _tf_to_td. * config/dfp-bit.c: Empty for TFmode conversions. From-SVN: r126735 --- gcc/config/dfp-bit.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gcc/config/dfp-bit.c') diff --git a/gcc/config/dfp-bit.c b/gcc/config/dfp-bit.c index af1db16..b472792 100644 --- a/gcc/config/dfp-bit.c +++ b/gcc/config/dfp-bit.c @@ -37,6 +37,11 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA /* The intended way to use this file is to make two copies, add `#define ' to one copy, then compile both copies and add them to libgcc.a. */ +/* FIXME: This implementation doesn't support TFmode conversions. */ +#if !(defined (L_sd_to_tf) || defined (L_dd_to_tf) \ + || defined (L_td_to_tf) || defined (L_tf_to_sd) \ + || defined (L_tf_to_dd) || defined (L_tf_to_td)) + #include #include #include @@ -576,3 +581,7 @@ DFP_UNORD (DFP_C_TYPE arg_a, DFP_C_TYPE arg_b) return (decNumberIsNaN (&arg1) || decNumberIsNaN (&arg2)); } #endif /* L_unord_sd || L_unord_dd || L_unord_td */ + +/* !(L_sd_to_tf || L_dd_to_tf || L_td_to_tf \ + || L_tf_to_sd || L_tf_to_dd || L_tf_to_td) */ +#endif -- cgit v1.1