PERFORCE change 132311 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Jan 2 09:22:36 PST 2008


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

Change 132311 by gonzo at gonzo_jeeves on 2008/01/02 17:22:21

	o Redefine __FBSDID for .S files to use .ident instead of __asm__ 
	    operator

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/asm.h#4 edit

Differences ...

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

@@ -61,6 +61,13 @@
 #endif
 #include <machine/endian.h>
 
+#undef __FBSDID
+#if !defined(lint) && !defined(STRIP_FBSDID)
+#define	__FBSDID(s)	.ident s
+#else
+#define	__FBSDID(s)	/* nothing */
+#endif
+
 /*
  * Define -pg profile entry code.
  * Must always be noreorder, must never use a macro instruction


More information about the p4-projects mailing list