From: Roland McGrath Date: Tue, 26 Oct 2010 21:22:19 +0000 (-0700) Subject: uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc X-Git-Tag: v2.6.37-rc1~105^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5fb4dbfd121296ca97c68cf90043a7ea97579d;p=pandora-kernel.git uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc With glibc 2.11 or later that was built with --enable-multi-arch, the UML link fails with undefined references to __rel_iplt_start and similar symbols. In recent binutils, the default linker script defines these symbols (see ld --verbose). Fix the UML linker scripts to match the new defaults for these sections. Signed-off-by: Roland McGrath Cc: Jeff Dike Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed