Age | Commit message (Collapse) | Author |
|
This patch is wrong and breaks (at least) building a static libc. The
$(MISC_FNMATCH_OBJ) file still uses the .c extension, thus isn't built
at all and eg. strip'ping the .c file fails, breaking the build.
|
|
UCLIBC_HAS_LOCALE, making the new object about 5k, else it would be 10k
|
|
|
|
of __attribute__ ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
regex code
|
|
|
|
|
|
|
|
|
|
it back
|
|
was indeed a badly chosen name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use r3 instead to pass _dl_fini.
|
|
|
|
|
|
|
|
on big endian mips the code is compiled as little-endian and the wrong half of
the 64-bit point value is examined to check for NaN, etc. This bug also broke
fpclassify(), isfinite(), isnormal(), isinf(), finite(), and signbit().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|