This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/39888] TLS emutls not linked to automatically on Darwin



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]