PERFORCE change 104733 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Aug 21 22:07:56 UTC 2006


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

Change 104733 by gonzo at gonzo_hideout on 2006/08/21 22:07:49

	o Add _C_LABEL macros.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/asm.h#5 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/asm.h#5 (text+ko) ====

@@ -158,4 +158,14 @@
 #define __FBSDID(s)	/* nothing */
 #endif /* not lint and not STRIP_FBSDID */
 
+#ifdef __ELF__
+# define _C_LABEL(x)    x
+#else
+# ifdef __STDC__
+#  define _C_LABEL(x)   _ ## x
+# else
+#  define _C_LABEL(x)   _/**/x
+# endif
+#endif
+
 #endif /* !_MACHINE_ASM_H_ */


More information about the p4-projects mailing list