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

Reply via email to