This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] fix compilation error in libbid
- From: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>
- To: "H.J. Lu" <hjl at lucon dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 6 Jun 2009 18:27:46 +0200
- Subject: Re: [PATCH] fix compilation error in libbid
- References: <20071119154038.GA451@aon.at> <20071215175051.GL17973@aon.at> <20071215231831.GA26652@lucon.org> <20071227165503.GA32667@lucon.org> <20071230105641.GR17973@aon.at> <20090606160746.GA13738@mx.loc>
On Sat, Jun 06, 2009 at 06:07:46PM +0200, Bernhard Reutner-Fischer wrote:
>PPS:
>
> * libgcc/Makefile.in (dfp-filenames): Add bid128_noncomp.
My bad, Janis already added that hunk in
http://gcc.gnu.org/viewcvs?view=rev&revision=128399, so it was likely ppc :)
As such, that plea is retracted for trunk but of course still applies to
any party eventuelly using older releases.
>
>Index: libgcc/Makefile.in
>===================================================================
>--- libgcc/Makefile.in (revision 128391)
>+++ libgcc/Makefile.in (working copy)
>@@ -478,7 +478,7 @@ dfp-filenames =
> ifneq ($(D32PBIT)$(D64PBIT)$(D128PBIT),)
> ifeq ($(enable_decimal_float),bid)
> dfp-filenames += decimal_globals decimal_data binarydecimal \
>- _isinfd32 _isinfd64 _isinfd128 bid64_noncomp \
>+ _isinfd32 _isinfd64 _isinfd128 bid128_noncomp bid64_noncomp \
> bid128_fma bid_round bid_from_int convert_data \
> bid64_add bid128_add bid64_div bid128_div \
> bid64_mul bid128_mul bid64_compare bid128_compare \
>
>This was needed for one of cris, {ppc,arm}-softfp, i don't remember.
>This hunk OK for trunk?
>
>TIA and cheers,