Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-31 | Khem Raj says: | Mike Frysinger | |
add support for using BX instruction for THUMB aware architectures | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-03 | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | |
where the non-hidden version was used. | |||
2005-12-08 | locale.h can't be included | Peter S. Mazinger | |
2005-12-08 | Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases | Peter S. Mazinger | |
2005-12-06 | Guard __strcoll/strcoll for C locales and use the same logic as elsewhere | Peter S. Mazinger | |
2005-11-29 | Paul Brook writes: | Mike Frysinger | |
I'm getting the following build failure on arm-linux: LD libuClibc-0.9.28.so libc/libc_so.a(glob.os): In function `collated_compare':glob.c:(.text+0x1f8): undefined reference to `__strcoll' The patch below fixes it. | |||
2005-11-11 | Add hidden versions, add missing .size | Peter S. Mazinger | |
2005-09-16 | syntax/whitespace touchups | Mike Frysinger | |
2003-11-20 | Add an initial set of arm optimized string functions. These | Eric Andersen | |
do seem to make noticable speed improvement... -Erik |