Blue Swirl wrote: > CVSROOT: /cvsroot/qemu > Module name: qemu > Changes by: Blue Swirl <blueswir1> 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