Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Look at HAVE_SHARED | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -1/+1 |
| | | | | | | | We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | build system changes needed for nptl | Austin Foxley | 2009-10-17 | 1 | -0/+5 |
| | | | | | | | | | * add include dir for nptl * pregen nptl headers * add include dir to pick up subarchs * a few tweaks for test/* to match state of the code Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | 2009-03-16 | 1 | -36/+3 |
| | | | | | | | | | | | Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Test case to exploit dladdr bug | Carmelo Amoroso | 2008-01-22 | 1 | -1/+2 |
| | | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | ||||
* | make sure undefine references in dlopen()-ed libs are handled graciously | Mike Frysinger | 2007-03-12 | 1 | -1/+5 |
| | |||||
* | make sure dlsym() properly returns NULL with undefined symbols | Mike Frysinger | 2007-03-12 | 1 | -1/+3 |
| | |||||
* | make sure static variables are re-initialized everytime | Mike Frysinger | 2007-02-16 | 1 | -8/+10 |
| | |||||
* | add some more rpaths to keep the tests happy | Mike Frysinger | 2006-07-05 | 1 | -3/+4 |
| | |||||
* | fix license notice | Mike Frysinger | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | convert to new test framework | Mike Frysinger | 2006-02-14 | 1 | -67/+23 |
| | |||||
* | use LDFLAGS when linking .so files as pointed out by Peter S. Mazinger | Mike Frysinger | 2006-01-12 | 1 | -3/+3 |
| | |||||
* | dont use LDFLAGS when just compiling | Mike Frysinger | 2006-01-11 | 1 | -2/+2 |
| | |||||
* | make test failures fatal | Mike Frysinger | 2005-07-06 | 1 | -5/+5 |
| | |||||
* | remove old depend on Config and make it so that a test failure aborts the ↵ | Mike Frysinger | 2005-07-01 | 1 | -1/+0 |
| | | | | make process | ||||
* | simplify TESTDIR setting and touchup | Mike Frysinger | 2005-06-29 | 1 | -3/+2 |
| | |||||
* | Add ldflags where needed | Eric Andersen | 2004-01-03 | 1 | -7/+7 |
| | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | Make it easier to disable lib debugging (mainly for when testing | Eric Andersen | 2003-09-02 | 1 | -5/+7 |
| | | | | with glibc). | ||||
* | move the ldso tests to dlopen where they belong | Eric Andersen | 2003-09-01 | 1 | -3/+23 |
| | |||||
* | Update the tests a little bit | Eric Andersen | 2003-08-19 | 1 | -4/+9 |
| | |||||
* | Add a test which shows off the broken spots in our dlopen implementation | Eric Andersen | 2003-06-27 | 1 | -0/+49 |