Module Name:    src
Committed By:   joerg
Date:           Sun Aug 10 18:08:34 UTC 2014

Modified Files:
        src/sys/arch/powerpc/booke: spe_subr.S

Log Message:
Skip .machine when building with clang.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/booke/spe_subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/booke/spe_subr.S
diff -u src/sys/arch/powerpc/booke/spe_subr.S:1.3 src/sys/arch/powerpc/booke/spe_subr.S:1.4
--- src/sys/arch/powerpc/booke/spe_subr.S:1.3	Sun May 20 06:17:28 2012
+++ src/sys/arch/powerpc/booke/spe_subr.S	Sun Aug 10 18:08:33 2014
@@ -30,10 +30,12 @@
 #include <machine/asm.h>
 #include "assym.h"
 
-RCSID("$NetBSD: spe_subr.S,v 1.3 2012/05/20 06:17:28 matt Exp $")
+RCSID("$NetBSD: spe_subr.S,v 1.4 2014/08/10 18:08:33 joerg Exp $")
 
 	.text
+#ifndef __clang__
 	.machine	e500x2
+#endif
 /*
  * Lintstub: void vec_load_from_vreg(const struct vreg *);
  */

Reply via email to