summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GNU libc -> glibcMike Frysinger2005-07-0110-24/+24
|
* use $(CROSS_COMPILER_PREFIX) by default for CROSS settingMike Frysinger2005-07-011-1/+1
|
* reenable the glibc portion of the test so that we can do a ↵Mike Frysinger2005-07-011-3/+3
| | | | non-interactive/silent comparison between uclibc and glibc results
* update tests to check exit status and abort only if things didnt work correctlyMike Frysinger2005-07-011-9/+6
|
* make the test silent/non-interactive and only abort if it actually failsMike Frysinger2005-07-013-6/+25
|
* make test output nicer so its easier to go through a log of `make -s` and ↵Mike Frysinger2005-07-0118-99/+74
| | | | find out what works/fails
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-0119-132/+128
| | | | make process
* dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger2005-06-301-2/+6
|
* type cast output to prevent build warningsMike Frysinger2005-06-301-1/+1
|
* type cast output to prevent build warningsMike Frysinger2005-06-301-1/+1
|
* remove unused variableMike Frysinger2005-06-301-1/+1
|
* fix type casting so we dont have any warnings on 32/64 bit archesMike Frysinger2005-06-303-32/+32
|
* fix ALL_SUBDIRS/DIRS setting so clean always kills everythingMike Frysinger2005-06-301-5/+6
|
* exit with an error if thread functions failed so make can detect the problemMike Frysinger2005-06-301-23/+19
|
* oops, we dont want to use relative paths for the header filesMike Frysinger2005-06-301-1/+1
|
* remove pointless exit 1 ... if $(AR) fails then make will abort okMike Frysinger2005-06-301-1/+1
|
* fix typo in umount2() emulation of umount()Mike Frysinger2005-06-301-4/+11
|
* if the include files get updated we want to rebuildMike Frysinger2005-06-302-3/+3
|
* create generic ELF_* macros to hide 32/64 bit differencesMike Frysinger2005-06-303-4/+24
|
* whitespace tweaksMike Frysinger2005-06-302-17/+16
|
* change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the ↵Mike Frysinger2005-06-308-29/+29
| | | | bitsize
* Quick and dirty hack to prevent ld.so from beeing loaded twice.Joakim Tjernlund2005-06-301-0/+2
| | | | Bug exposed by the new __libc_stack_end feature in libc.so.
* typecast to long instead of int so pointers on 64bit arches can be typecast ↵Mike Frysinger2005-06-301-2/+2
| | | | safely
* small whitespace fixMike Frysinger2005-06-301-2/+2
|
* err revert %p->%x change since _dl_printf() is not fprintf()Mike Frysinger2005-06-301-11/+13
|
* use %p instead of %x to show addresses so we dont have to worry about the ↵Mike Frysinger2005-06-301-14/+12
| | | | sizeof pointers
* use %p instead of %x to show addresses so we dont have to worry about the ↵Mike Frysinger2005-06-301-18/+15
| | | | sizeof pointers
* The function '_dl_memset' should always be inlined regardless of the"Steven J. Hill"2005-06-302-15/+15
| | | | | | | | optimization level chosen. This allows uClibc to be compiled with the latest GCC-4.1.0. While tracking down the specific culprit causing the segmentation fault of the dynamic loader with GCC-4.1.0 I was able to force inlining of other functions such that I shaved 512 bytes off the size of the loader, yay. Also fixed warning in 'dl-hash.c'.
* Oops, fix link fail.Joakim Tjernlund2005-06-301-1/+1
|
* Add __libc_stack_end to libc.Joakim Tjernlund2005-06-294-11/+15
|
* need stdlib.h for some thingsMike Frysinger2005-06-291-2/+3
|
* need to include string.h for some mem funcsMike Frysinger2005-06-291-0/+1
|
* simplify TESTDIR setting and touchupMike Frysinger2005-06-2919-61/+38
|
* clean up and use topdir .config instead of local ConfigMike Frysinger2005-06-292-53/+45
|
* touchup syntaxMike Frysinger2005-06-291-14/+11
|
* touchups syntax and fix warning when using 64bit archesMike Frysinger2005-06-291-21/+18
|
* declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offJoakim Tjernlund2005-06-291-0/+5
|
* need to include features.h to get uclibc definesMike Frysinger2005-06-292-0/+3
|
* need to include features.h to get uclibc definesMike Frysinger2005-06-292-0/+4
|
* previous commit of trimming __IPC_64 wasnt quite correct ... rework __IPC_64 ↵Mike Frysinger2005-06-292-10/+18
| | | | so that it will compile and it is correct
* if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ↵Mike Frysinger2005-06-291-0/+12
| | | | (same goes for recv/recvfrom)
* Minor cleanup.Joakim Tjernlund2005-06-291-3/+2
|
* syntax tweaksMike Frysinger2005-06-292-13/+14
|
* update Makefile to match ppc and new filesMike Frysinger2005-06-291-13/+8
|
* make sure we setup stat64 tooMike Frysinger2005-06-291-0/+3
|
* add syscall error handling with jockes simple errno setting solutionMike Frysinger2005-06-294-24/+66
|
* unneeded quotesMike Frysinger2005-06-291-1/+1
|
* rename crt0.S to crt1.S and clean up so it actually works :)Mike Frysinger2005-06-291-62/+24
|
* declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offMike Frysinger2005-06-291-0/+5
|
* cast buf as void* to fix warningMike Frysinger2005-06-291-1/+3
|