Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -14/+15 |
| | | | | Closes issue #5194 | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -6/+5 |
| | | | | missing headers, other jump relocs removed | ||||
* | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | 2006-01-03 | 1 | -2/+3 |
| | | | | where the non-hidden version was used. | ||||
* | Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e. | Eric Andersen | 2005-12-14 | 1 | -1/+3 |
| | | | | | | 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(). | ||||
* | Add hidden versions | Peter S. Mazinger | 2005-11-12 | 1 | -4/+6 |
| | |||||
* | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen | 2003-12-17 | 1 | -0/+92 |
The subject says it all.. optimized memset/memcpy/strcpy, lifted from SuperH's glibc tree. |