summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-039-14/+21
* Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger2006-01-032-4/+4
* Provide __tolower and use itPeter S. Mazinger2006-01-033-4/+7
* Remove textrelPeter S. Mazinger2006-01-031-4/+4
* Revert a change until I find the textrel causePeter S. Mazinger2006-01-032-2/+2
* Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger2006-01-0393-3702/+3253
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-0395-326/+213
* Add more hidden prototypesPeter S. Mazinger2006-01-031-0/+28
* Add proper guard, so that we don't see the internal header in userspacePeter S. Mazinger2006-01-031-1/+1
* tweak what is likely() in the argv[0] parsingMike Frysinger2006-01-031-2/+2
* add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger2006-01-034-2/+35
* we dont need to loop calling abort() because abort() already loops for usMike Frysinger2006-01-031-2/+0
* Joseph S. Myers writes:Mike Frysinger2006-01-031-1/+1
* Joseph S. Myers writes:Mike Frysinger2006-01-031-0/+2
* import a bunch of defines from gnu binutils including blackfin for Lie ZhangMike Frysinger2006-01-031-14/+44
* import a bunch of EM defines from gnu binutilsMike Frysinger2006-01-031-8/+96
* touchup comments and define Blackfin for Jie ZhangMike Frysinger2006-01-031-3/+4
* fix previous commit so that __uClibc_init() is run for non-mmu cases again as...Mike Frysinger2006-01-031-1/+3
* Use attribute_noreturnPeter S. Mazinger2006-01-021-1/+1
* Remove -unhonoured- commentPeter S. Mazinger2006-01-021-2/+0
* Remove fpu_control.h handling as wellPeter S. Mazinger2006-01-021-2/+0
* TARGET_ARCH is already stripped, do not do it again for nios2Peter S. Mazinger2006-01-021-1/+1
* fpu_control.h is handled generally in topdir/Makefile.in, remove rule for itPeter S. Mazinger2006-01-021-2/+0
* quote arg to shell-ed grep as pointed out by Jan-Benedict GlawMike Frysinger2006-01-021-1/+1
* for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on the...Mike Frysinger2006-01-021-16/+16
* previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) needed...Mike Frysinger2006-01-011-5/+5
* fix path to heap.h as point out by thomas_chou in Bug 617Mike Frysinger2005-12-301-1/+1
* Bug 616, Thomas Chou: dont use -msoft-float on nios2 portsMike Frysinger2005-12-301-0/+2
* update to new build systemMike Frysinger2005-12-302-66/+24
* Bug 616, Thomas Chou: update crt to new 0.9.28 uClibc styleMike Frysinger2005-12-301-11/+17
* tell people to ignore these two warnings unless someone can figure out how to...Mike Frysinger2005-12-301-0/+1
* use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits i...Mike Frysinger2005-12-301-9/+9
* need to make sure elf_find_dynamic(key) is big enough to handle 64bit hostsMike Frysinger2005-12-302-2/+2
* beautify utility buildingMike Frysinger2005-12-301-7/+9
* use errno.h not sys/errno.h as pointed out by sjhillMike Frysinger2005-12-302-2/+1
* Sync ftw w/ glibc, splitting ftw and ftw64Peter S. Mazinger2005-12-304-462/+642
* fix signed/unsigned warningsMike Frysinger2005-12-293-6/+6
* kill off some signedness/unused warningsMike Frysinger2005-12-291-3/+3
* sync whitespace with glibcMike Frysinger2005-12-291-15/+14
* touchup code a bit to prep for new weak systemMike Frysinger2005-12-291-8/+9
* beautifyMike Frysinger2005-12-291-10/+7
* hide the internal libc pthread_mutex funcsMike Frysinger2005-12-291-9/+6
* pointless whitespace touchupsMike Frysinger2005-12-291-10/+10
* hide some functions to cut down on relocationsMike Frysinger2005-12-293-6/+12
* make sure mq_timedsend() and mq_send() is always definedMike Frysinger2005-12-291-5/+8
* make sure mq_timedreceive() and mq_receive() is always definedMike Frysinger2005-12-291-5/+8
* hide __kernel functionsMike Frysinger2005-12-291-5/+5
* make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e...Mike Frysinger2005-12-281-5/+8
* make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e...Mike Frysinger2005-12-282-7/+12
* include grp.h just for funMike Frysinger2005-12-281-0/+1