index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ldso
Age
Commit message (
Collapse
)
Author
2003-09-01
move the ldso tests to dlopen where they belong
Eric Andersen
2003-09-01
kill these too.
Eric Andersen
2003-09-01
A better test for a dlopen problem with weak symbols, based
Eric Andersen
on a much improve test by mjn3.
2002-11-08
Cleanup everything
Eric Andersen
2002-10-16
Remove -fuclibc-ctors
Eric Andersen
2002-08-27
Semonstrate a problem where weak symbols referenced in shared libs are not
Eric Andersen
being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik
2002-08-19
Open a lib that is not so closely coupled with gdb
Eric Andersen
2002-08-16
Demonstrate that dlopen() RTLD_NOW is currently broken.
Eric Andersen
-Erik
2002-08-08
Add a simple test for shared lib ctor/dtors
Eric Andersen
-Erik
2001-12-19
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-11-26
libhowdy.so needs to be compiled with -fPIC
David Schleef
2001-11-26
Fix dependencies
David Schleef
2001-07-03
ignore generated stuff
Eric Andersen
2001-07-03
Scrub up the tests a bit, and force everybody to use the
Eric Andersen
build dir, so nothing need be installed... -Erik
2001-06-29
Add a dlopen test
Eric Andersen