Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/booke Skip .machine when building with clang.



details:   https://anonhg.NetBSD.org/src/rev/9b53985e4697
branches:  trunk
changeset: 798182:9b53985e4697
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Aug 10 18:08:33 2014 +0000

description:
Skip .machine when building with clang.

diffstat:

 sys/arch/powerpc/booke/spe_subr.S |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8020b2b1509e -r 9b53985e4697 sys/arch/powerpc/booke/spe_subr.S
--- a/sys/arch/powerpc/booke/spe_subr.S Sun Aug 10 18:01:29 2014 +0000
+++ b/sys/arch/powerpc/booke/spe_subr.S Sun Aug 10 18:08:33 2014 +0000
@@ -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 *);
  */



Home | Main Index | Thread Index | Old Index