]> git.proxmox.com Git - qemu.git/commit
linux-user: Remove partial support for a.out interpreters.
authorRichard Henderson <rth@twiddle.net>
Tue, 27 Jul 2010 17:25:36 +0000 (10:25 -0700)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 29 Jul 2010 06:32:28 +0000 (08:32 +0200)
commitb9329d4b5321fbb4784b40bca490fe1446f2d839
tree6123c637067f8bafcb79b1c049ecca32f410ac3e
parent60dcbcb5b1a0d185be607b03fc7a15bf1bab4bec
linux-user: Remove partial support for a.out interpreters.

At the bottom of the a.out support was the unimplemented load_aout_interp
function.  There were other portions of the support that didn't look
right; when I went to look in the Linux kernel for clarification, I found
that the support for such interpreters has been removed from binfmt_elf.
There doesn't seem to be any reason to keep this broken support in qemu.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
linux-user/elfload.c