On 24/01/11 17:33, Douglas Gregor wrote: > That depends on the linker. With the Mac OS 10.6 dynamic linker, for > example, a strong external symbol in one shared library will not get > merged with same-named weak symbols in another shared library.
Oh! I see... So what do you do? Mangle them differently? Or just make sure that nothing in one object access the symbols in the other objects? cheers, --renato -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
