musl/arch
Rich Felker 326e5c2e27 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.
2013-11-20 18:28:18 -05:00
..
arm fix the nominal type of LDBL_* limits on archs with ld64 2013-11-20 18:28:18 -05:00
i386 add missing i386 syscall numbers 2013-09-26 14:17:36 -04:00
microblaze fix the nominal type of LDBL_* limits on archs with ld64 2013-11-20 18:28:18 -05:00
mips fix the nominal type of LDBL_* limits on archs with ld64 2013-11-20 18:28:18 -05:00
powerpc fix the nominal type of LDBL_* limits on archs with ld64 2013-11-20 18:28:18 -05:00
x86_64 new mostly-C crt1 implementation 2013-07-26 01:49:14 -04:00