From: "Anderson Lizardo" <anderson.lizardo@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] qemu regression 0.7.2 -> 0.8.0 (ARM user emulation)
Date: Wed, 1 Mar 2006 18:18:29 -0400 [thread overview]
Message-ID: <5b5833aa0603011418j33a74eb4ob9bde3906cad8790@mail.gmail.com> (raw)
Hi,
I was having some issues with the latest qemu (ARM user emulation),
which I tracked down to the following reduced test case:
#include <stdio.h>
int main(void)
{
float a, b;
a = 0.1f;
b = 0.8f;
printf("a < b: %d\n", (a < b));
return 0;
}
Compile it with an ARM cross-compiler and run it with "qemu-arm". It
should print
a < b: 1
for qemu 0.7.2 and
a < b: 0
for 0.8.0. Obviously, the first one is right.
Tested with the following setup:
qemu 0.7.2/0.8.0
arm-linux-gnu-gcc (GCC) 3.4.5
glibc 2.3.5
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
next reply other threads:[~2006-03-02 8:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-01 22:18 Anderson Lizardo [this message]
2006-03-06 14:03 ` [Qemu-devel] qemu regression 0.7.2 -> 0.8.0 (ARM user emulation) Ulrich Hecht
2006-03-07 20:22 ` Anderson Lizardo
2006-03-11 21:02 ` Paul Brook
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=5b5833aa0603011418j33a74eb4ob9bde3906cad8790@mail.gmail.com \
--to=anderson.lizardo@gmail.com \
--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 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).