From: Andi Kleen Date: Fri, 8 Feb 2008 12:21:54 +0000 (-0800) Subject: Remove a.out interpreter support in ELF loader X-Git-Tag: v2.6.25-rc1~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20894a23708c2af75966534f8e4dedb46d48db2;p=pandora-kernel.git Remove a.out interpreter support in ELF loader Following the deprecation schedule the a.out ELF interpreter support is removed now with this patch. a.out ELF interpreters were an transition feature for moving a.out systems to ELF, but they're unlikely to be still needed. Pure a.out systems will still work of course. This allows to simplify the hairy ELF loader. Signed-off-by: Andi Kleen Cc: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed