summaryrefslogtreecommitdiff
path: root/test/ldso/howdy.c
AgeCommit message (Collapse)Author
2002-08-27Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen
being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik
2002-08-08Add a simple test for shared lib ctor/dtorsEric Andersen
-Erik
2001-06-29Add a dlopen testEric Andersen