Source-Changes-HG archive

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

[src/trunk]: src/sys/sys xorg's pixman-arm-neon-asm-bilinear.S wants to inclu...



details:   https://anonhg.NetBSD.org/src/rev/d0c3593a1df2
branches:  trunk
changeset: 787453:d0c3593a1df2
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 18 20:17:19 2013 +0000

description:
xorg's pixman-arm-neon-asm-bilinear.S wants to include this file, so make
it safe for the assembler, by eliding the only c declaration in it.

diffstat:

 sys/sys/float_ieee754.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47c509e4fbab -r d0c3593a1df2 sys/sys/float_ieee754.h
--- a/sys/sys/float_ieee754.h   Tue Jun 18 20:06:09 2013 +0000
+++ b/sys/sys/float_ieee754.h   Tue Jun 18 20:17:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: float_ieee754.h,v 1.10 2011/10/01 17:39:14 christos Exp $      */
+/*     $NetBSD: float_ieee754.h,v 1.11 2013/06/18 20:17:19 christos Exp $      */
 
 /*
  * Copyright (c) 1992, 1993
@@ -47,7 +47,7 @@
  */
 #define _FLOAT_IEEE754 1
 
-#ifndef FLT_ROUNDS
+#if !defined(__ASSEMBLER__) && !defined(FLT_ROUNDS)
 __BEGIN_DECLS
 extern int __flt_rounds(void);
 __END_DECLS



Home | Main Index | Thread Index | Old Index