Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stray code alignment (.align 16 and .align 4 directives) | Denis Vlasenko | 2007-07-29 | 1 | -0/+2 |
| | | | | | from i386 and x86_64. | ||||
* | Correct build failure introduced by SUSV3_LEGACY option | Peter S. Mazinger | 2006-03-24 | 2 | -0/+4 |
| | |||||
* | Add new option for SuSv3 legacy functions and use it for ↵ | Peter S. Mazinger | 2006-03-23 | 7 | -0/+29 |
| | | | | bcopy/bzero/bcmp/index/rindex | ||||
* | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger | 2006-02-03 | 2 | -31/+3 |
| | |||||
* | remove hidden versions of bzero, unused in libc.so | Peter S. Mazinger | 2006-02-01 | 2 | -2/+0 |
| | |||||
* | Too many sparc versions ;-(, another hidden bcopy removed | Peter S. Mazinger | 2006-01-30 | 1 | -1/+0 |
| | |||||
* | Remove arch specific hidden bcopy | Peter S. Mazinger | 2006-01-30 | 2 | -2/+0 |
| | |||||
* | update strcoll stuff | Mike Frysinger | 2006-01-17 | 1 | -2/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 20 | -103/+95 |
| | | | | missing headers, other jump relocs removed | ||||
* | add aliases for strcoll when needed | Mike Frysinger | 2006-01-11 | 1 | -0/+5 |
| | |||||
* | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | 2006-01-03 | 20 | -101/+52 |
| | | | | where the non-hidden version was used. | ||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | |||||
* | Add hidden versions, hope I made it correctly. Sparc optimized string ↵ | Peter S. Mazinger | 2005-11-12 | 17 | -49/+122 |
| | | | | functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function | ||||
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | 2005-11-03 | 1 | -1/+2 |
| | | | | with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources. | ||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -27/+8 |
| | |||||
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | 2005-10-28 | 1 | -1/+0 |
| | | | | not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles | ||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+28 |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | ||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -10/+13 |
| | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | ||||
* | import sparc-optimized string functions from glibc | Mike Frysinger | 2005-08-26 | 43 | -0/+6782 |