http://bugs.winehq.org/show_bug.cgi?id=4561
------- Additional Comments From thestig@google.com 2007-14-02 16:58 ------- According to http://winehq.org/site/docs/winedev-guide/threading, the %fs register points to the thread environment block in Windows. For Wine to work properly, we have to do the same. To quote Alexandre from a private email:
IMO the right fix would be for ATI to use standard glibc TLS support, which is based on the %gs register and is compatible with Wine.
We added a check for the ATI problem here:
http://www.winehq.org/pipermail/wine-cvs/2007-February/030243.html