summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* we need stdio.h for printf()Mike Frysinger2005-07-061-8/+8
|
* make test failures fatalMike Frysinger2005-07-061-5/+5
|
* import armeb fixes as outlined by John BowlerMike Frysinger2005-07-041-0/+8
|
* use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped ↵Mike Frysinger2005-07-042-8/+8
| | | | the other values
* move to new test frameworkMike Frysinger2005-07-021-36/+4
|
* move to new test frameworkMike Frysinger2005-07-021-34/+4
|
* move to new test frameworkMike Frysinger2005-07-021-34/+4
|
* new testing framework to unify duplicated code in subdirsMike Frysinger2005-07-026-384/+88
|
* exit according to how many tests failedMike Frysinger2005-07-021-20/+30
|
* make sure we strip quotes from the cross compiler prefixMike Frysinger2005-07-021-1/+1
|
* new testcase for clone()Mike Frysinger2005-07-022-0/+138
|
* sync with glibcMike Frysinger2005-07-021-8/+22
|
* use new __always_inline defineMike Frysinger2005-07-022-11/+11
|
* use new __always_inline defineMike Frysinger2005-07-021-2/+2
|
* sync with glibc versionsMike Frysinger2005-07-023-89/+176
|
* use C style commentsMike Frysinger2005-07-021-2/+1
|
* sync with glibcMike Frysinger2005-07-021-3/+11
|
* sync with glibcMike Frysinger2005-07-021-2/+7
|
* enable clone.SMike Frysinger2005-07-011-2/+1
|
* sync up against latest glibc and add errno handlingMike Frysinger2005-07-011-11/+16
|
* make sure we include features.h to get the hidden defineMike Frysinger2005-07-012-8/+8
|
* make sure we include features.h to get the hidden defineMike Frysinger2005-07-011-0/+1
|
* tweak whitespace/syntaxMike Frysinger2005-07-011-10/+10
|
* remove errno include since we dont use any errno stuff, remove #error left ↵Mike Frysinger2005-07-011-5/+3
| | | | behind, and touchup syntax
* add a new option for enabling pthreads debug outputMike Frysinger2005-07-011-0/+10
|
* we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to ↵Mike Frysinger2005-07-011-1/+1
| | | | look right
* update the debug macros so they build with newer gcc versionsMike Frysinger2005-07-014-30/+36
|
* 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