]> git.hungrycats.org Git - linux/commit
[PATCH] uml: Single Linking Step for vmlinux
authorPaolo \'Blaisorblade\' Giarrusso <blaisorblade_spam@yahoo.it>
Wed, 13 Oct 2004 14:30:10 +0000 (07:30 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 13 Oct 2004 14:30:10 +0000 (07:30 -0700)
commitf05b1c0b276a1252d9ad4d89de60150f69ef5ee7
tree1f5ddcf45994c07c2691ae5a3c5fa34b0528c18a
parenta2b9d5abb7d3f1b115b56ec085eaabeb7e978c9d
[PATCH] uml: Single Linking Step for vmlinux

Uml-specific patch (which requires a mainline hook, mailed separately).

This patch avoid the linking kludge which leaves kbuild link vmlinux and then
link it with libc inside linux.  This kludge has the big problem of making
kallsyms break, since the kallsyms pass is done on a completely

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Makefile
arch/um/Makefile-i386
arch/um/Makefile-skas
arch/um/kernel/vmlinux.lds.S [deleted file]