PERFORCE change 107725 for review

John Birrell jb at FreeBSD.org
Wed Oct 11 20:11:08 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107725

Change 107725 by jb at 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


More information about the p4-projects mailing list