[haiku-commits] buildtools: btrev43094 - legacy/gcc/gcc/config

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 15 Oct 2014 11:45:29 +0200 (CEST)

btrev43094 adds 1 changeset to branch 'master'
old head: e7b6630b6be7be30b4cf393ff7c00a661281764e
new head: d86116d57a09505802ed6a38adc43ef294f7f364
overview: http://cgit.haiku-os.org/buildtools/log/?qt=range&q=d86116d+%5Ee7b6630

----------------------------------------------------------------------------

d86116d: Forgot to fix LDBL_MIN...

                                 [ Adrien Destugues <pulkomandy@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    btrev43094
Commit:      d86116d57a09505802ed6a38adc43ef294f7f364
URL:         http://cgit.haiku-os.org/buildtools/commit/?id=d86116d
Author:      Adrien Destugues <pulkomandy@xxxxxxxxx>
Date:        Wed Oct 15 09:45:49 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
legacy/gcc/gcc/config/float-i386.h | 2 +-

----------------------------------------------------------------------------

diff --git a/legacy/gcc/gcc/config/float-i386.h 
b/legacy/gcc/gcc/config/float-i386.h
index 7f3c298..442e3e2 100644
--- a/legacy/gcc/gcc/config/float-i386.h
+++ b/legacy/gcc/gcc/config/float-i386.h
@@ -80,7 +80,7 @@
 #define LDBL_MIN_EXP (-16381)
    /* Minimum normalised long double */
 #undef LDBL_MIN
-#define LDBL_MIN 0x1p-16382l
+#define LDBL_MIN 3.3621031431120935062627E-4932L
    /* Minimum int x such that 10**x is a normalised long double */
 #undef LDBL_MIN_10_EXP
 #define LDBL_MIN_10_EXP (-4931)


Other related posts:

  • » [haiku-commits] buildtools: btrev43094 - legacy/gcc/gcc/config - pulkomandy