linux/include/asm-generic
Masahiro Yamada a31ec048ef asm-generic/export.h: make __ksymtab_* local symbols
For EXPORT_SYMBOL from C files, <linux/export.h> defines __ksymtab_*
as local symbols.

For EXPORT_SYMBOL from assembly, in contrast, <asm-generic/export.h>
produces globally-visible __ksymtab_* symbols due to this .globl
directive.

I do not know why this must be global. It still works without this.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-11-11 20:10:01 +09:00
..
2017-11-15 13:28:48 -08:00
2019-09-17 14:30:30 -07:00
2019-08-30 21:46:27 +02:00
2018-03-09 23:19:56 +01:00
2018-05-07 07:15:41 +02:00