All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Mascord <tusker@tusker.org>
To: qemu-devel@nongnu.org
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	[thread overview]
Message-ID: <444ED1DD.7090502@tusker.org> (raw)

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	other threads:[~2006-04-26  1:50 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=444ED1DD.7090502@tusker.org \
    --to=tusker@tusker.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.