| author | Adrien Destugues <pulkomandy@gmail.com> | 2014-10-15 11:45:49.0 +02:00:00 |
|---|---|---|
| committer | Adrien Destugues <pulkomandy@gmail.com> | 2014-10-15 11:45:49.0 +02:00:00 |
| commit | d86116d57a09505802ed6a38adc43ef294f7f364 [patch] |
|
| tree | af4defc7109899e4f93451912a8f9f9434a4a7da |
|
| parent | e7b6630b6be7be30b4cf393ff7c00a661281764e |
|
| download | d86116d57a09505802ed6a38adc43ef294f7f364.tar.gz |
|
Forgot to fix LDBL_MIN...
Diff
legacy/gcc/gcc/config/float-i386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)