------- Additional Comments From michael at weiser dot dinsnail dot net  
2005-11-13 17:41 -------
Created an attachment (id=755)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=755&action=view)
new test case covering shared libraries containing optional symbols

I've updated the test case to produce two shared libraries libos.so and
libot.so. libos.so contains the variable os, libot.so the function ot() which
reads the value of os if linked against libos and returns -1 if not, as before.
There's a new object otm.o which contains a simple main function just calling
ot() and returning its return value.

Using this test case it can be confirmed that symbols in shared object files
are indeed treated differently from optional symbols in normal object files.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1150

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to