qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [patch] gcc4 host support


From: Filip Navara
Subject: Re: [Qemu-devel] [patch] gcc4 host support
Date: Sat, 14 May 2005 13:56:59 +0200
User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)

Paul Brook wrote:

In addition to this patch I also needed the attached patch to get MinGW
GCC 3.4.1 builds working...

...
-                if (strstart(sym_name, "__op_label", &p)) {
+                if (strstart(sym_name, "__op_label", &p) ||
+                    strstart(sym_name, "_op_label", &p)) {
I'm not sure this is the right fix. Did I miss an ASM_NAME macro somewhere?
It's not generated by assembler code, but from the C version of GOTO_TB macro. I suppose it's a bug in the particular version of compiler...

- Filip




reply via email to

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