Index: sal/typesconfig/typesconfig.c =================================================================== RCS file: /cvs/porting/sal/typesconfig/typesconfig.c,v retrieving revision 1.3 diff -u -r1.3 typesconfig.c --- sal/typesconfig/typesconfig.c 8 Sep 2005 16:49:50 -0000 1.3 +++ sal/typesconfig/typesconfig.c 26 May 2006 23:01:07 -0000 @@ -360,12 +360,16 @@ abort(); pThis->nAlignment[1] = GetAlignment( t_int ); +#if defined(SPARC) && defined (LINUX) + pThis->nAlignment[2] = 8; +#else if ( sizeof(long) == 8 ) pThis->nAlignment[2] = GetAlignment( t_long ); else if ( sizeof(double) == 8 ) pThis->nAlignment[2] = GetAlignment( t_double ); else abort(); +#endif } /*************************************************************************