summaryrefslogtreecommitdiffstats
path: root/test/dlopen
Commit message (Collapse)AuthorAgeFilesLines
* test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}Filippo Arcidiacono2009-12-091-2/+2
| | | | | | | | | | dltest and dltest2 do not refer any symbols implemented in pthread library, so do not explicitly link them with pthread. It is required only for the shared objects that are loaded via dlopen by those tests. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* test/dlopen: fix build for libtest.soAustin Foxley2009-11-291-0/+1
| | | | | | needs -lpthread, recent addition of -z,defs and -z,now exposed this Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test/dlopen: Match the function name that libtest actually setsAustin Foxley2009-11-291-1/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Look at HAVE_SHAREDBernhard Reutner-Fischer2009-11-221-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 nptlAustin Foxley2009-10-171-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>
* test/dlopen: use pthread_once directlyAustin Foxley2009-10-171-3/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-162-36/+41
| | | | | | | | | | | 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>
* Convert to UNIX formatCarmelo Amoroso2008-05-161-25/+25
|
* - fix file permissionsBernhard Reutner-Fischer2008-01-221-0/+0
|
* Test case to exploit dladdr bugCarmelo Amoroso2008-01-222-1/+27
| | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
* make sure undefine references in dlopen()-ed libs are handled graciouslyMike Frysinger2007-03-125-16/+44
|
* make sure dlsym() properly returns NULL with undefined symbolsMike Frysinger2007-03-123-1/+47
|
* make sure static variables are re-initialized everytimeMike Frysinger2007-02-163-8/+68
|
* cleanup a littleMike Frysinger2007-02-161-6/+2
|
* fixup prototype warningsMike Frysinger2007-01-293-8/+17
|
* actually scrub it, dont just comment it outMike Frysinger2006-12-161-5/+0
|
* scrub prototype so we dont conflict with the pthread headerMike Frysinger2006-12-161-1/+1
|
* add some more rpaths to keep the tests happyMike Frysinger2006-07-051-3/+4
|
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* convert to new test frameworkMike Frysinger2006-02-143-67/+25
|
* use LDFLAGS when linking .so files as pointed out by Peter S. MazingerMike Frysinger2006-01-121-3/+3
|
* dont use LDFLAGS when just compilingMike Frysinger2006-01-111-2/+2
|
* make test failures fatalMike Frysinger2005-07-061-5/+5
|
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-011-1/+0
| | | | make process
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-3/+2
|
* no more cvsMike Frysinger2005-02-121-13/+0
|
* Add ldflags where neededEric Andersen2004-01-031-7/+7
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-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 testingEric Andersen2003-09-021-5/+7
| | | | with glibc).
* Use "__pthread_once", since that is weak and present in bothEric Andersen2003-09-012-7/+3
| | | | glibc and uClibc.
* move the ldso tests to dlopen where they belongEric Andersen2003-09-014-3/+89
|
* ignore unwanted stuffEric Andersen2003-08-191-0/+8
|
* Update the tests a little bitEric Andersen2003-08-194-16/+33
|
* Add a test which shows off the broken spots in our dlopen implementationEric Andersen2003-06-275-0/+197