This is the mail archive of the gcc@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]

Re: [PATCH, DARWIN] fix emutls exports in libgcc_s10.{4,5}.dylib


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?



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