diff options
author | Alexander Lobakin <alobakin@pm.me> | 2021-01-10 14:56:41 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-15 17:27:54 +0300 |
commit | 795b3a363b76792058ef2b998bc15806f3451448 (patch) | |
tree | 057831881840948ea9a1389f7c0e746c61807a6d /include/asm-generic/vmlinux.lds.h | |
parent | 008c3cbd5eb8f5efc539cbec9abca9f7e32ea631 (diff) | |
download | linux-795b3a363b76792058ef2b998bc15806f3451448.tar.xz |
MIPS: vmlinux.lds.S: explicitly declare .got table
LLVM stack generates GOT table when building the kernel:
ld.lld: warning: <internal>:(.got) is being placed in '.got'
According to the debug assertions, it's not zero-sized and thus can't
be handled the way it's done for x86.
Also use the ARM64 path here and place it at the end of .text section.
Reported-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'include/asm-generic/vmlinux.lds.h')
0 files changed, 0 insertions, 0 deletions