summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-03Provide __tolower and use itPeter S. Mazinger
2006-01-03Remove textrelPeter S. Mazinger
2006-01-03Revert a change until I find the textrel causePeter S. Mazinger
2006-01-03Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger
2006-01-03Add more hidden prototypesPeter S. Mazinger
2006-01-03Add proper guard, so that we don't see the internal header in userspacePeter S. Mazinger
2006-01-03tweak what is likely() in the argv[0] parsingMike Frysinger
2006-01-03add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger
2006-01-03we dont need to loop calling abort() because abort() already loops for usMike Frysinger
2006-01-03Joseph S. Myers writes:Mike Frysinger
2006-01-03Joseph S. Myers writes:Mike Frysinger
2006-01-03import a bunch of defines from gnu binutils including blackfin for Lie ZhangMike Frysinger
2006-01-03import a bunch of EM defines from gnu binutilsMike Frysinger
2006-01-03touchup comments and define Blackfin for Jie ZhangMike Frysinger
2006-01-03fix previous commit so that __uClibc_init() is run for non-mmu cases again as...Mike Frysinger
2006-01-02Use attribute_noreturnPeter S. Mazinger
2006-01-02Remove -unhonoured- commentPeter S. Mazinger
2006-01-02Remove fpu_control.h handling as wellPeter S. Mazinger
2006-01-02TARGET_ARCH is already stripped, do not do it again for nios2Peter S. Mazinger
2006-01-02fpu_control.h is handled generally in topdir/Makefile.in, remove rule for itPeter S. Mazinger
2006-01-02quote arg to shell-ed grep as pointed out by Jan-Benedict GlawMike Frysinger
2006-01-02for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on the...Mike Frysinger
2006-01-01previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) needed...Mike Frysinger
2005-12-30fix path to heap.h as point out by thomas_chou in Bug 617Mike Frysinger
2005-12-30Bug 616, Thomas Chou: dont use -msoft-float on nios2 portsMike Frysinger
2005-12-30update to new build systemMike Frysinger
2005-12-30Bug 616, Thomas Chou: update crt to new 0.9.28 uClibc styleMike Frysinger
2005-12-30tell people to ignore these two warnings unless someone can figure out how to...Mike Frysinger
2005-12-30use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits i...Mike Frysinger
2005-12-30need to make sure elf_find_dynamic(key) is big enough to handle 64bit hostsMike Frysinger
2005-12-30beautify utility buildingMike Frysinger
2005-12-30use errno.h not sys/errno.h as pointed out by sjhillMike Frysinger
2005-12-30Sync ftw w/ glibc, splitting ftw and ftw64Peter S. Mazinger
2005-12-29fix signed/unsigned warningsMike Frysinger
2005-12-29kill off some signedness/unused warningsMike Frysinger
2005-12-29sync whitespace with glibcMike Frysinger
2005-12-29touchup code a bit to prep for new weak systemMike Frysinger
2005-12-29beautifyMike Frysinger
2005-12-29hide the internal libc pthread_mutex funcsMike Frysinger
2005-12-29pointless whitespace touchupsMike Frysinger
2005-12-29hide some functions to cut down on relocationsMike Frysinger
2005-12-29make sure mq_timedsend() and mq_send() is always definedMike Frysinger
2005-12-29make sure mq_timedreceive() and mq_receive() is always definedMike Frysinger
2005-12-29hide __kernel functionsMike Frysinger
2005-12-28make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e...Mike Frysinger
2005-12-28make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e...Mike Frysinger
2005-12-28include grp.h just for funMike Frysinger
2005-12-28typecast away signed/unsigned warningsMike Frysinger
2005-12-27kill off unused warningMike Frysinger