2012/2/28 Jeffrey Yasskin <[email protected]>: > Hm, what if you link Firefox against libunwind's .so instead of > libgcc_s's? Is there a way to define headers so they work either > statically or dynamically linked? Is this a bug in libunwind's > headers?
That would not work. Once we have a hidden undefined reference we cannot resolve it with a shared library. That is why gcc's (and clang's) header have visibility attributes. Cheers, Rafael _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
