fix the nominal type of LDBL_* limits on archs with ld64
authorRich Felker <dalias@aerifal.cx>
Wed, 20 Nov 2013 23:28:18 +0000 (18:28 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 Nov 2013 23:28:18 +0000 (18:28 -0500)
commit326e5c2e27224e3323e54f37621d55c40ebae87c
tree67efe63ced15979280350ed2715419c18e0bcd62
parent46db37289f917e23877a0e0df88cbb150805bc97
fix the nominal type of LDBL_* limits on archs with ld64

previously these macros wrongly had type double rather than long
double. I see no way an application could detect the error in C99, but
C11's _Generic can trivially detect it.

at the same time, even though these archs do not have excess
precision, the number of decimal places used to represent these
constants has been increased to 21 to be consistent with the decimal
representations used for the DBL_* macros.
arch/arm/bits/float.h
arch/microblaze/bits/float.h
arch/mips/bits/float.h
arch/powerpc/bits/float.h