qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fpu/softfloat-native.h incorrectly includes missing header (gnu-c99-math.h) in latest CVS
@ 2006-04-26  1:50 Damien Mascord
  0 siblings, 0 replies; 2+ messages in thread
From: Damien Mascord @ 2006-04-26  1:50 UTC (permalink / raw)
  To: qemu-devel

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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] fpu/softfloat-native.h incorrectly includes missing header (gnu-c99-math.h) in latest CVS
@ 2006-04-26  7:46 Ben Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Taylor @ 2006-04-26  7:46 UTC (permalink / raw)
  To: qemu-devel


---- Damien Mascord <tusker@tusker.org> wrote: 
> Hi,
> 
> Seems as though a missing header is being included in this file.
> 
> Removing it enables qemu to compile cleanly,

but is not the correct fix.  I have reposted the missing file (for Solaris
users) and the fix to fpu/softfloat-native.h to isolate that file for
Solaris only.

Ben

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-26  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-26  1:50 [Qemu-devel] [PATCH] fpu/softfloat-native.h incorrectly includes missing header (gnu-c99-math.h) in latest CVS Damien Mascord
  -- strict thread matches above, loose matches on Subject: below --
2006-04-26  7:46 Ben Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).