From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRlF1-0003aH-Cb for qemu-devel@nongnu.org; Fri, 17 Jul 2009 07:04:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRlEw-0003Tp-Pn for qemu-devel@nongnu.org; Fri, 17 Jul 2009 07:04:38 -0400 Received: from [199.232.76.173] (port=34881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRlEw-0003Td-HC for qemu-devel@nongnu.org; Fri, 17 Jul 2009 07:04:34 -0400 Received: from mx2.redhat.com ([66.187.237.31]:55874) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRlEv-00086R-VN for qemu-devel@nongnu.org; Fri, 17 Jul 2009 07:04:34 -0400 Subject: Re: [Qemu-devel] [PATCH] ELF coredump From: Mark McLoughlin In-Reply-To: <761ea48b0907170344s40747659n6f648c27b5a325c8@mail.gmail.com> References: <761ea48b0907170344s40747659n6f648c27b5a325c8@mail.gmail.com> Content-Type: text/plain Date: Fri, 17 Jul 2009 12:04:09 +0100 Message-Id: <1247828649.25020.50.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: qemu-devel@nongnu.org Hi Laurent, On Fri, 2009-07-17 at 12:44 +0200, Laurent Desnogues wrote: > Hello, > > while trying to cross-compile QEMU for ARM as host, I found > that elf_greg_t and some other types were already defined > by the include files of my cross-compiler (CSL 2009q1-203). > The attached patch fixes the issue. This also looks like it might help to fix the build on ppc: https://bugs.launchpad.net/qemu/+bug/393531 Cheers, Mark.