qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] fpu/softfloat-native.h incorrectly includes missing


From: Damien Mascord
Subject: [Qemu-devel] [PATCH] fpu/softfloat-native.h incorrectly includes missing header (gnu-c99-math.h) in latest CVS
Date: Wed, 26 Apr 2006 09:50:21 +0800
User-agent: Thunderbird 1.5 (X11/20051201)

Hi,

Seems as though a missing header is being included in this file.

Removing it enables qemu to compile cleanly,

Damien

Index: fpu/softfloat-native.h
===================================================================
RCS file: /cvsroot/qemu/qemu/fpu/softfloat-native.h,v
retrieving revision 1.3
diff -u -r1.3 softfloat-native.h
--- fpu/softfloat-native.h      25 Apr 2006 22:36:06 -0000      1.3
+++ fpu/softfloat-native.h      26 Apr 2006 01:48:56 -0000
@@ -7,7 +7,6 @@
 #include <fenv.h>
 #endif
 #endif
-#include "gnu-c99-math.h"

 typedef float float32;
 typedef double float64;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]