commit | e0f244c63fc9d192dfd399cc2677bbdca61994b1 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Wed Oct 23 10:57:58 2013 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Oct 29 09:43:37 2013 +1030 |
tree | 0196f9eab616fdb4a6289050e7c96bd1c944a70e | |
parent | eb3057df732c304622aee77c450761746939a2dc [diff] |
asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible Make the ksymtab symbols for EXPORT_SYMBOL visible. This prevents the LTO compiler from adding a .NUMBER prefix, which avoids various problems in later export processing. Cc: rusty@rustcorp.com.au Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>