diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-27 19:38:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-27 19:38:14 +0000 |
commit | a74fc341b922f38161d10a9470b63ad537e13f07 (patch) | |
tree | 38fd28fd134269bc9266be0ae25a1a006515ccd3 /test/ldso/.cvsignore | |
parent | 345b9927e608fd92e6231ef803b940afd6e6558c (diff) |
Semonstrate a problem where weak symbols referenced in shared libs are not
being overridden when those same symbols _are_ overridden by other shared libs
in the main app. Ick.
-Erik
Diffstat (limited to 'test/ldso/.cvsignore')
-rw-r--r-- | test/ldso/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ldso/.cvsignore b/test/ldso/.cvsignore index d837b46a4..aac695f97 100644 --- a/test/ldso/.cvsignore +++ b/test/ldso/.cvsignore @@ -1,3 +1,5 @@ dltest libhowdy.so dltest2 +dlttest +dlttest2 |