From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkGsL-0007r3-Ha for qemu-devel@nongnu.org; Mon, 29 Sep 2008 07:25:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkGsJ-0007pi-AP for qemu-devel@nongnu.org; Mon, 29 Sep 2008 07:25:12 -0400 Received: from [199.232.76.173] (port=49136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkGsI-0007pS-Vu for qemu-devel@nongnu.org; Mon, 29 Sep 2008 07:25:11 -0400 Received: from pop-savannah.atl.sa.earthlink.net ([207.69.195.69]:38161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkGsI-0003Hw-Pi for qemu-devel@nongnu.org; Mon, 29 Sep 2008 07:25:10 -0400 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=[192.168.0.90]) by pop-savannah.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1KkGsC-0006Ky-00 for qemu-devel@nongnu.org; Mon, 29 Sep 2008 07:25:04 -0400 Message-ID: <48E0BB10.2050201@earthlink.net> Date: Mon, 29 Sep 2008 07:25:04 -0400 From: Robert Reif MIME-Version: 1.0 Subject: Re: [Qemu-devel] latest svn sparc-softmmu compile warnings References: <48E0205B.40205@earthlink.net> <48E0228B.7060405@earthlink.net> <48E08F44.6030301@opensuse.org> In-Reply-To: <48E08F44.6030301@opensuse.org> Content-Type: multipart/mixed; boundary="------------020108090501000407030304" 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 This is a multi-part message in MIME format. --------------020108090501000407030304 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Martin Mohring wrote: > Still get this on i586 host for tcg-dyngen.c on i586, arm, cris, m68k.... Using svn trunk -r 5349 here. host os openSUSE 11.0, kernel headers host 2.6.25. > > It turns out patch 5174 introduced this warning. The following patch fixes it but I don't know if its the best way to fix it. --------------020108090501000407030304 Content-Type: text/plain; name="tgc.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="tgc.diff.txt" Index: tcg/tcg.h =================================================================== --- tcg/tcg.h (revision 5174) +++ tcg/tcg.h (working copy) @@ -22,6 +22,7 @@ * THE SOFTWARE. */ #include "tcg-target.h" +#include "cpu.h" #if TCG_TARGET_REG_BITS == 32 typedef int32_t tcg_target_long; --------------020108090501000407030304--