On Dec 10, 2008, at 7:03 PM, Jack Howarth wrote:
I am confused. Assuming one builds FSF gcc configured with --enable-threads, shouldn't that create a libgcc.a for FSF gcc containing the ___emutls_get_address and ___emutls_get_address symbols?
No, the people that wrote ___emutls_get_address decided to put it in gcc_eh, instead of libgcc.a. Sorry. Another fix would be to move it into libgcc.a, but I don't know if that is possible.
Why doesn't the darwin build default to enable threads?
? You can't ever turn it off?