Re: gcc 4.5 and TLS

2010-06-08 Thread Thorsten Glaser
Geert Uytterhoeven dixit: >Probably you know this, but it may also depend on your version of gcc. For TLS on m68k, this would be gcc-4.5 (and up)… so much is known. With lesser versions, TLS, and probably the syscall in question (?, I don’t really know Linux well) won’t work anyway, so this shoul

Re: gcc 4.5 and TLS

2010-06-08 Thread Geert Uytterhoeven
On Mon, Jun 7, 2010 at 23:33, Andreas Schwab wrote: > Richard Zidlicky writes: > >> why does not a simple "__attribute__ ((aligned (4)))" work? > > It does, more or less.  I still get unexplained deadlocks and failures > in some test cases. Probably you know this, but it may also depend on your