[Qemu-devel] Re: [PATCH] linux-user: Remove ELFLOAD32.

2010-04-25 Thread Blue Swirl
On 4/25/10, Richard Henderson wrote: > On 04/23/2010 11:36 AM, Blue Swirl wrote: > > On 4/23/10, Richard Henderson wrote: > >> The ABI-specific types used by linux_binprm and image_info > >> are different after forcing TARGET_ABI32 on. Which means > >> that the parameters that load_elf_bin

[Qemu-devel] Re: [PATCH] linux-user: Remove ELFLOAD32.

2010-04-24 Thread Richard Henderson
On 04/23/2010 11:36 AM, Blue Swirl wrote: > On 4/23/10, Richard Henderson wrote: >> The ABI-specific types used by linux_binprm and image_info >> are different after forcing TARGET_ABI32 on. Which means >> that the parameters that load_elf_binary_multi sees are not >> those that loader_exec pa

[Qemu-devel] Re: [PATCH] linux-user: Remove ELFLOAD32.

2010-04-23 Thread Blue Swirl
On 4/23/10, Richard Henderson wrote: > The ABI-specific types used by linux_binprm and image_info > are different after forcing TARGET_ABI32 on. Which means > that the parameters that load_elf_binary_multi sees are not > those that loader_exec passed. This is inherently broken > and is more