summaryrefslogtreecommitdiff
path: root/test/ldso/dlttest.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