summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-07make RUNPATH/RPATH support configurableMike Frysinger
2005-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
2005-07-06need features.h for the misc attribute defines and uclibc featuresMike Frysinger
2005-07-06setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()Mike Frysinger
2005-07-06update comments/syntax and make sure we include features.h for the hidden defineMike Frysinger
2005-07-06Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...Mike Frysinger
2005-07-06err, need to commit the rest of the changes from psm tooMike Frysinger
2005-07-06Peter S. Mazinger writes: we dont need features.hMike Frysinger
2005-07-06syntax touchups as suggested by Peter S. MazingerMike Frysinger
2005-07-06import start of ldso based on glibcMike Frysinger
2005-07-06make sure ldso.o depends on more files in subdirsMike Frysinger
2005-07-06use % as the function marker instead of @Mike Frysinger
2005-07-06add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...Mike Frysinger
2005-07-06we need stdio.h for printf()Mike Frysinger
2005-07-06make test failures fatalMike Frysinger
2005-07-04import armeb fixes as outlined by John BowlerMike Frysinger
2005-07-04use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped t...Mike Frysinger
2005-07-02move to new test frameworkMike Frysinger
2005-07-02move to new test frameworkMike Frysinger
2005-07-02move to new test frameworkMike Frysinger
2005-07-02new testing framework to unify duplicated code in subdirsMike Frysinger
2005-07-02exit according to how many tests failedMike Frysinger
2005-07-02make sure we strip quotes from the cross compiler prefixMike Frysinger
2005-07-02new testcase for clone()Mike Frysinger
2005-07-02sync with glibcMike Frysinger
2005-07-02use new __always_inline defineMike Frysinger
2005-07-02use new __always_inline defineMike Frysinger
2005-07-02sync with glibc versionsMike Frysinger
2005-07-02use C style commentsMike Frysinger
2005-07-02sync with glibcMike Frysinger
2005-07-02sync with glibcMike Frysinger
2005-07-01enable clone.SMike Frysinger
2005-07-01sync up against latest glibc and add errno handlingMike Frysinger
2005-07-01make sure we include features.h to get the hidden defineMike Frysinger
2005-07-01make sure we include features.h to get the hidden defineMike Frysinger
2005-07-01tweak whitespace/syntaxMike Frysinger
2005-07-01remove errno include since we dont use any errno stuff, remove #error left be...Mike Frysinger
2005-07-01add a new option for enabling pthreads debug outputMike Frysinger
2005-07-01we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to ...Mike Frysinger
2005-07-01update the debug macros so they build with newer gcc versionsMike Frysinger
2005-07-01GNU libc -> glibcMike Frysinger
2005-07-01use $(CROSS_COMPILER_PREFIX) by default for CROSS settingMike Frysinger
2005-07-01reenable the glibc portion of the test so that we can do a non-interactive/si...Mike Frysinger
2005-07-01update tests to check exit status and abort only if things didnt work correctlyMike Frysinger
2005-07-01make the test silent/non-interactive and only abort if it actually failsMike Frysinger
2005-07-01make test output nicer so its easier to go through a log of `make -s` and fin...Mike Frysinger
2005-07-01remove old depend on Config and make it so that a test failure aborts the mak...Mike Frysinger
2005-06-30dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger
2005-06-30type cast output to prevent build warningsMike Frysinger
2005-06-30type cast output to prevent build warningsMike Frysinger