Date: Wed, 2 Jan 2008 17:22:36 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 132311 for review Message-ID: <200801021722.m02HMa3p056915@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=132311 Change 132311 by gonzo@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 instructionhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801021722.m02HMa3p056915>
