]> Git Repo - qemu.git/commit
linux-user: Remove ELFLOAD32.
authorRichard Henderson <[email protected]>
Fri, 23 Apr 2010 00:24:58 +0000 (17:24 -0700)
committerBlue Swirl <[email protected]>
Sun, 25 Apr 2010 12:59:30 +0000 (12:59 +0000)
commit6495a044575c01aee960c54e8a138ac51ed8a835
treebd4d4c36fa6e083ffb003874a5d0cae3bdc2dbf4
parente23886a91d954aac08b8b1dd0ff08ce4dbb842be
linux-user: Remove ELFLOAD32.

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 trouble than it's worth fixing.

Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
Makefile.target
configure
linux-user/elfload32.c [deleted file]
linux-user/linuxload.c
linux-user/qemu.h
This page took 0.026056 seconds and 4 git commands to generate.