Re: [PATCH] nds32: linker script: GCOV kernel may refers data in __exit

2018-09-04 Thread Masami Hiramatsu
On Tue, 4 Sep 2018 15:54:19 +0800 Greentime Hu wrote: > This patch is used to fix nds32 allmodconfig/allyesconfig build error > because GCOV kernel embeds counters in the kernel for each line > and a part of that embed in __exit text. So we need to keep the > EXIT_TEXT and EXIT_DATA if CONFIG_G

[PATCH] nds32: linker script: GCOV kernel may refers data in __exit

2018-09-04 Thread Greentime Hu
This patch is used to fix nds32 allmodconfig/allyesconfig build error because GCOV kernel embeds counters in the kernel for each line and a part of that embed in __exit text. So we need to keep the EXIT_TEXT and EXIT_DATA if CONFIG_GCOV_KERNEL=y. Link: https://lkml.org/lkml/2018/9/1/125 Signed-of