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]

how would I tell GCC to always use the "local exec" model?


On win32, a model thats similar to that is used, i.e.:
From your description it sounds like win32 TLS model is something close
to the Local-Exec model, in that there is no function call involved in
the TLS access and the address is stored in the instruction directly

So, I need to tell GCC to always use this model.



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