summaryrefslogtreecommitdiffstats
path: root/test/ldso/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move the ldso tests to dlopen where they belongEric Andersen2003-09-011-44/+0
|
* A better test for a dlopen problem with weak symbols, basedEric Andersen2003-09-011-33/+15
| | | | on a much improve test by mjn3.
* Cleanup everythingEric Andersen2002-11-081-1/+1
|
* Remove -fuclibc-ctorsEric Andersen2002-10-161-1/+0
|
* Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen2002-08-271-2/+19
| | | | | | being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik
* Open a lib that is not so closely coupled with gdbEric Andersen2002-08-191-1/+1
|
* Demonstrate that dlopen() RTLD_NOW is currently broken.Eric Andersen2002-08-161-2/+6
| | | | -Erik
* Add a simple test for shared lib ctor/dtorsEric Andersen2002-08-081-0/+1
| | | | -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+18
|
* libhowdy.so needs to be compiled with -fPICDavid Schleef2001-11-261-1/+1
|
* Fix dependenciesDavid Schleef2001-11-261-4/+8
|
* Scrub up the tests a bit, and force everybody to use theEric Andersen2001-07-031-6/+5
| | | | | build dir, so nothing need be installed... -Erik
* Add a dlopen testEric Andersen2001-06-291-0/+20