Re: gcc 4.5 and TLS

2010-06-07 Thread Andreas Schwab
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. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 82

Re: gcc 4.5 and TLS

2010-06-07 Thread Richard Zidlicky
On Sun, Jun 06, 2010 at 08:51:05PM +0200, Geert Uytterhoeven wrote: > On Sun, Jun 6, 2010 at 20:37, Brad Boyer wrote: > > On Sun, Jun 06, 2010 at 10:42:40AM +0200, Andreas Schwab wrote: > >> Brad Boyer writes: > >> > >> > I may be missing something obvious, but why don't we just change the > >> >