From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DWvHA-00039S-4W for qemu-devel@nongnu.org; Sat, 14 May 2005 07:57:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DWvH2-00036Z-5H for qemu-devel@nongnu.org; Sat, 14 May 2005 07:57:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWvH0-00033k-Ub for qemu-devel@nongnu.org; Sat, 14 May 2005 07:57:39 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DWvK8-00085T-NK for qemu-devel@nongnu.org; Sat, 14 May 2005 08:00:53 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [patch] gcc4 host support Date: Sat, 14 May 2005 12:53:30 +0100 References: <200505112204.10204.paul@codesourcery.com> <200505121800.40417.paul@codesourcery.com> <4285AEDF.7040901@reactos.com> In-Reply-To: <4285AEDF.7040901@reactos.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200505141253.30534.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Filip Navara > In addition to this patch I also needed the attached patch to get MinGW > GCC 3.4.1 builds working... > >... > - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0if (strstart(sym_name, "__op_label", &p)= ) { > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0if (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? Paul