summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-04__uselocale is hiddenPeter S. Mazinger
2006-01-04Build also if XLOCALE is enabledPeter S. Mazinger
2006-01-04use internal versions of exit/memcpyPeter S. Mazinger
2006-01-04Sync w/ glibc, mostly REDIRECT_NTH,__wurPeter S. Mazinger
2006-01-04need our own version to prevent warningsMike Frysinger
2006-01-04update build filesMike Frysinger
2006-01-04update buildsystem to new styleMike Frysinger
2006-01-04Bug 618, Thomas Chou: update build flags for nios targetMike Frysinger
2006-01-04Bug 618, Thomas Chou: update crt to new 0.9.28 uClibc styleMike Frysinger
2006-01-04unusedMike Frysinger
2006-01-04now we can safely declare these hiddenMike Frysinger
2006-01-04update pthread weak handling to the style glibc usesMike Frysinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger
2006-01-04use weak handling instead of .setMike Frysinger
2006-01-04kill off some unused warningsMike Frysinger
2006-01-04if arch doesnt provide _syscall6(), we need to alias the 64bit versionMike Frysinger
2006-01-03Lost wcschr()Peter S. Mazinger
2006-01-03keep __USE_GNU for program_invocation_*_namePeter S. Mazinger
2006-01-03Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger
2006-01-03Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger
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