[MIPS] VPE: reimplement ELF loader.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 10 Oct 2007 12:33:03 +0000 (13:33 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:19 +0000 (23:46 +0100)
commitbdf5d42c6e4d7aa56251b8899f60f55a88c0aaa7
tree476947dc00f331238a56f138e164465d69aa5615
parent4b92fe2309c762d9ba9201a16f20d6d167e641b3
[MIPS] VPE: reimplement ELF loader.

Loading ELF binaries based on the section table is totally wrong.  This
still leaves the other fat bug of referencing symbols in an executable
unfixed, so people better don't run strip on their binaries ...

As added bonus the new loader is also 23 lines shorter.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/vpe.c