PERFORCE change 100917 for review

John Birrell jb at FreeBSD.org
Fri Jul 7 18:52:56 UTC 2006


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

Change 100917 by jb at jb_freebsd2 on 2006/07/07 18:52:08

	Add definitions for compatibility with Solaris.

Affected files ...

.. //depot/projects/dtrace/src/sys/sparc64/include/asm.h#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sparc64/include/asm.h#3 (text+ko) ====

@@ -93,12 +93,14 @@
 CNAME(x):
 
 #define	ENTRY(x)	_ENTRY(x)
+#define	ENTRY_NP(x)	_ENTRY(x)
 #define	END(x)		.size x, . - x
 
 #define STACK_ALIGN     16
 #define SET_SIZE(x)     END(x)
 #define SA(X)           (((X)+(STACK_ALIGN-1)) & ~(STACK_ALIGN-1))  
 #define WINDOWSIZE64    (16*8)
+#define WINDOWSIZE	WINDOWSIZE64
 #define MINFRAME64      (WINDOWSIZE64 + 48)
 #define MINFRAME        MINFRAME64
 /*


More information about the p4-projects mailing list