> From: [EMAIL PROTECTED] > > The alignment of the stack seems to be something gcc specific. Perhaps > we need/want it on ppc-mac as well? Jon, can we use the aligned gcc > attribute instead like in sse.h:
This was added to get around a bug in gcc that miss-aligns the stack of new threads. It might work ok on Mac's... So just don't define GCC_ALIGN_HACK and see if it the sse code crashes (this is the code that relies on an aligned stack). Jon _________________________________________________________________ Amazing prizes every hour with Live Search Big Snap http://www.bigsnapsearch.com _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
