From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DWvK1-00051N-U4 for qemu-devel@nongnu.org; Sat, 14 May 2005 08:00:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DWvJx-0004xP-DQ for qemu-devel@nongnu.org; Sat, 14 May 2005 08:00:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWvJv-0004ve-Ts for qemu-devel@nongnu.org; Sat, 14 May 2005 08:00:40 -0400 Received: from [195.250.128.79] (helo=smtp4.vol.cz) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DWvNs-0000Ox-K2 for qemu-devel@nongnu.org; Sat, 14 May 2005 08:04:45 -0400 Message-ID: <4285E78B.9060302@reactos.com> Date: Sat, 14 May 2005 13:56:59 +0200 From: Filip Navara MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] gcc4 host support References: <200505112204.10204.paul@codesourcery.com> <200505121800.40417.paul@codesourcery.com> <4285AEDF.7040901@reactos.com> <200505141253.30534.paul@codesourcery.com> In-Reply-To: <200505141253.30534.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org 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