Date: Thu, 12 Oct 2006 03:11:07 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 107725 for review Message-ID: <200610120311.k9C3B7FM079878@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107725 Change 107725 by jb@jb_freebsd8 on 2006/10/12 03:10:43 Reset this file to match current. Affected files ... .. //depot/projects/dtrace/src/contrib/gcc/config/sparc/sparc.h#5 edit Differences ... ==== //depot/projects/dtrace/src/contrib/gcc/config/sparc/sparc.h#5 (text+ko) ==== @@ -797,7 +797,7 @@ /* ALIGN FRAMES on double word boundaries */ #define SPARC_STACK_ALIGN(LOC) \ - (TARGET_ARCH64 ? (((LOC)+63) & ~63) : (((LOC)+7) & ~7)) + (TARGET_ARCH64 ? (((LOC)+15) & ~15) : (((LOC)+7) & ~7)) /* Allocation boundary (in *bits*) for the code of a function. */ #define FUNCTION_BOUNDARY 32
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610120311.k9C3B7FM079878>