From: H. Peter Anvin Date: Mon, 5 May 2014 22:23:35 +0000 (-0700) Subject: x86, build: Don't get confused by local symbols X-Git-Tag: omap-for-v3.16/fixes-against-rc1~198^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac008fe0a3236729751ccde655c215b436dfdaeb;p=pandora-kernel.git x86, build: Don't get confused by local symbols arch/x86/crypto/sha1_avx2_x86_64_asm.S introduced _end as a local symbol, which broke the build under certain circumstances. Although the wisdom of _end as a local symbol can definitely be questioned, the build should not break for that reason. Thus, filter the output of nm to only get global symbols of appropriate type. Reported-by: Andy Lutomirski Cc: Chandramouli Narayanan Cc: Herbert Xu Signed-off-by: H. Peter Anvin Link: http://lkml.kernel.org/n/tip-uxm3j3w3odglcwhafwq5tjqu@git.kernel.org --- Reading git-diff-tree failed