From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I6S1O-0001Ij-RB for qemu-devel@nongnu.org; Thu, 05 Jul 2007 10:09:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I6S1M-0001IP-Fp for qemu-devel@nongnu.org; Thu, 05 Jul 2007 10:09:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6S1M-0001IL-90 for qemu-devel@nongnu.org; Thu, 05 Jul 2007 10:09:24 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I6S1L-0003IL-Pc for qemu-devel@nongnu.org; Thu, 05 Jul 2007 10:09:23 -0400 Date: Wed, 4 Jul 2007 21:48:55 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] qemu/linux-user elfload.c Message-ID: <20070704204850.GC1209@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org Blue Swirl wrote: > CVSROOT: /cvsroot/qemu > Module name: qemu > Changes by: Blue Swirl 07/07/05 13:23:29 > > Modified files: > linux-user : elfload.c > > Log message: > Fix 64 bit ELF file symbol lookup I think this will break loading of 32bit kernels in a 64bit capable Qemu (like MIPS64). Could you make the test of ELFCLASS a runtime check? Thiemo