diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2014-05-06 00:23:35 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-05-06 00:23:35 +0200 |
commit | ac008fe0a3236729751ccde655c215b436dfdaeb (patch) | |
tree | ad667a87eb947cbcc3e6154d7b1865e5f0739253 /include/linux/linkage.h | |
parent | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... (diff) | |
download | linux-ac008fe0a3236729751ccde655c215b436dfdaeb.tar.xz linux-ac008fe0a3236729751ccde655c215b436dfdaeb.zip |
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 <luto@amacapital.net>
Cc: Chandramouli Narayanan <mouli@linux.intel.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/n/tip-uxm3j3w3odglcwhafwq5tjqu@git.kernel.org
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions