Ehem, ARM

Jacob Carlborg doob at me.com
Sun Dec 29 04:28:55 PST 2013


On 2013-12-28 23:21, Joakim wrote:

> I haven't completely grasped TLS and how it's done on OS X yet, but I
> get the sense I'll have to modify dmd a little to get TLS working with
> bionic.  It appears that Martin and Johannes have looked into this
> before, so if you two have any feedback, let me know.

Yes, you need to modify dmd. On Mac OS X every time a TLS variable is 
accessed the compiler inserts a call to ___tls_get_addr which is 
declared in rt.sections_osx in druntime.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list