summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/vmlinux.lds.S
Commit message (Collapse)AuthorAgeFilesLines
* nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu2018-09-051-0/+12
| | | | | | | | | | | 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-off-by: Greentime Hu <greentime@andestech.com> Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
* nds32: Build infrastructureGreentime Hu2018-02-221-0/+57
This patch adds Makefile, Kconfig and vmlinux.lds.S files required for building an nds32 kernel. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
OpenPOWER on IntegriCloud