summaryrefslogtreecommitdiffstats
path: root/test/ldso/dlttest.c
Commit message (Collapse)AuthorAgeFilesLines
* Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen2002-08-271-0/+45
being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik