From 7d25bcce9eacba4c906a9fac9886d34967107dfa Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Tue, 8 May 2001 06:26:49 +0000 Subject: config.gcc (i[34567]86-*-sco3.2v4*, [...]): Delete stanzas. * config.gcc (i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*): Delete stanzas. * config/i386/sco.h, config/i386/sco4.h, config/i386/scodbx.h, config/i386/sco4dbx.h, config/i386/x-sco4: Delete file. * optabs.c: Delete #ifdef BROKEN_LDEXP block. * POTFILES.in: Remove config/i386/sco.h, config/i386/sco4.h, config/i386/sco4dbx.h, and config/i386/scodbx.h. From-SVN: r41912 --- gcc/optabs.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'gcc/optabs.c') diff --git a/gcc/optabs.c b/gcc/optabs.c index c6da815..0403dbf 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -4909,23 +4909,6 @@ init_optabs () ggc_add_rtx_root (libfunc_table, LTI_MAX); } -#ifdef BROKEN_LDEXP - -/* SCO 3.2 apparently has a broken ldexp. */ - -double -ldexp(x,n) - double x; - int n; -{ - if (n > 0) - while (n--) - x *= 2; - - return x; -} -#endif /* BROKEN_LDEXP */ - #ifdef HAVE_conditional_trap /* The insn generating function can not take an rtx_code argument. TRAP_RTX is used as an rtx argument. Its code is replaced with -- cgit v1.1