diff options
author | Zack Weinberg <zackw@stanford.edu> | 2001-05-08 06:26:49 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-05-08 06:26:49 +0000 |
commit | 7d25bcce9eacba4c906a9fac9886d34967107dfa (patch) | |
tree | 66c2d46581f98fae4a59bc0bfed2cba0663abe12 /gcc/optabs.c | |
parent | 641b2721c4f7ee9975c059ea2ce62c104be985d3 (diff) | |
download | gcc-7d25bcce9eacba4c906a9fac9886d34967107dfa.tar.gz |
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
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index c6da81592fd..0403dbf17dc 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 |