This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: underflows, overflows, ... [on Alphas]
- To: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Subject: Re: underflows, overflows, ... [on Alphas]
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 05 Sep 1998 01:29:39 -0600
- cc: burley at gnu dot org (Craig Burley), pancho at galaxy dot lca dot uevora dot pt, d dot love at dl dot ac dot uk, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199809050027.BAA05496@phal.cygnus.co.uk>you write:
> > Doing this will at least require something called "multi-libbing"
> > the version of libf2c shipped with egcs-g77. I'm hoping we can
> > accomplish this for egcs version 1.2. Ideally we'd set it up so
> > if you compiled with -mieee, any library calls in the generated code
> > would automatically pick up the corresponding libf2c routines
> > compiled with -mieee, but for now that sort of solution (used by at
> > least some Fortran vendors, I believe) seems to be outside of
> > the architectural scope of egcs.
>
> At least for gcc, multilibbing already works in egcs. Look for MULTILIB
> in tm.texi for details.
Sorry to disagree, but multilibbing does not work for libf2c at the
current time.
jeff