Re: [Qemu-devel] qemu/linux-user elfload.c

2007-07-05 Thread Blue Swirl
On 7/4/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: Blue Swirl wrote: > Modified files: > linux-user : elfload.c 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? The ELF loader is different for

Re: [Qemu-devel] qemu/linux-user elfload.c

2007-07-05 Thread Thiemo Seufer
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 capa