From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] qemu Changelog gdbstub.c target-mips/TODO targe...
Date: Mon, 07 May 2007 21:38:29 +0200 [thread overview]
Message-ID: <463F8035.4060901@mail.berlios.de> (raw)
In-Reply-To: <E1Hl3gc-0004eo-0C@cvs>
[-- Attachment #1: Type: text/plain, Size: 1559 bytes --]
gcc on MIPS defines "mips", so for the new MIPS host
a small patch (or a variable rename) in op.c is needed.
Stefan
Thiemo Seufer schrieb:
> CVSROOT: /sources/qemu
> Module name: qemu
> Changes by: Thiemo Seufer <ths> 07/05/07 13:55:33
>
> Modified files:
> . : Changelog gdbstub.c
> target-mips : TODO cpu.h exec.h fop_template.c helper.c op.c
> op_mem.c translate.c translate_init.c
>
> Log message:
> MIPS 64-bit FPU support, plus some collateral bugfixes in the
> conditional branch handling.
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.134&r2=1.135
> http://cvs.savannah.gnu.org/viewcvs/qemu/gdbstub.c?cvsroot=qemu&r1=1.53&r2=1.54
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/TODO?cvsroot=qemu&r1=1.9&r2=1.10
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/cpu.h?cvsroot=qemu&r1=1.30&r2=1.31
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/exec.h?cvsroot=qemu&r1=1.24&r2=1.25
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/fop_template.c?cvsroot=qemu&r1=1.2&r2=1.3
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/helper.c?cvsroot=qemu&r1=1.35&r2=1.36
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c?cvsroot=qemu&r1=1.44&r2=1.45
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_mem.c?cvsroot=qemu&r1=1.8&r2=1.9
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroot=qemu&r1=1.68&r2=1.69
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate_init.c?cvsroot=qemu&r1=1.6&r2=1.7
[-- Attachment #2: op.patch --]
[-- Type: text/x-diff, Size: 332 bytes --]
Index: target-mips/op.c
===================================================================
--- target-mips/op.c (Revision 656)
+++ target-mips/op.c (Arbeitskopie)
@@ -1656,6 +1656,7 @@
(ieee & float_flag_invalid) << 4;
}
+#undef mips
inline char mips_ex_to_ieee(char mips)
{
return (mips & FP_INEXACT) << 5 |
next prev parent reply other threads:[~2007-05-07 19:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-07 13:55 [Qemu-devel] qemu Changelog gdbstub.c target-mips/TODO targe Thiemo Seufer
2007-05-07 19:38 ` Stefan Weil [this message]
2007-05-10 18:14 ` [Qemu-devel] [BUG] [PATCH] " Stefan Weil
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=463F8035.4060901@mail.berlios.de \
--to=weil@mail.berlios.de \
--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).