PERFORCE change 126884 for review

John Birrell jb at FreeBSD.org
Thu Sep 27 14:52:03 PDT 2007


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

Change 126884 by jb at jb_freebsd1 on 2007/09/27 21:51:46

	.size is now set by the END() macro so SET_SIZE() isn't
	required.

Affected files ...

.. //depot/projects/dtrace/src/sys/i386/include/asm.h#6 edit

Differences ...

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

@@ -89,8 +89,6 @@
 #define	ENTRY(x)	_ENTRY(x)
 #endif
 
-#define	SET_SIZE(x)	.size	x, [.-x]
-
 #define RCSID(x)	.text; .asciz x
 
 #undef __FBSDID


More information about the p4-projects mailing list