[Bug other/39888] TLS emutls not linked to automatically on Darwin
howarth at nitro dot med dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Wed Sep 23 16:19:00 GMT 2009
------- Comment #12 from howarth at nitro dot med dot uc dot edu 2009-09-23 16:19 -------
Iain,
Rereading Nick's reply here...
http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-September/025894.html
I guess using libgcc_s would work under Snow Leopard. However your current
approach isn't scalable (which was Mike's complaint). What we need is an
approach that links in libgcc.a or libgcc_s to a dummy libgcc_ext and exports
of the symbols except those listed in libgcc_10.4/10.5. This would require far
less effort to maintain since we don't have to constantly adjust the list
object files that constitute libgcc_ext.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39888
More information about the Gcc-bugs
mailing list