commit | 7d02b490e93c199a15b3c4bce1c393588c1300ca | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Sat Feb 08 09:01:12 2014 +0100 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Thu Feb 13 20:24:58 2014 -0800 |
tree | 3f899f31df5ee2a23e1df73a9b18a36af02677e4 | |
parent | 77ab21adae509c5540956729e2d03bc1a59bc82a [diff] |
Kbuild, lto: Drop .number postfixes in modpost LTO turns all global symbols effectively into statics. This has the side effect that they all have a .NUMBER postfix to make them unique. In modpost drop this postfix because it confuses it. Signed-off-by: Andi Kleen <ak@linux.intel.com> Link: http://lkml.kernel.org/r/1391846481-31491-8-git-send-email-ak@linux.intel.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>