]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc
authorRoland McGrath <roland@redhat.com>
Tue, 26 Oct 2010 21:22:19 +0000 (14:22 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Jul 2011 03:29:26 +0000 (05:29 +0200)
commit3bbcb3edf0ede7fc35639b1c73434b55f969f5b0
tree32446b0f4757c4cf312463c45d922ffa1bc92edf
parent1e9c04fa407587a6aaf72b13219802565d22e5a0
uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc

commit aa5fb4dbfd121296ca97c68cf90043a7ea97579d upstream.

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 <roland@redhat.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/um/kernel/dyn.lds.S
arch/um/kernel/uml.lds.S