MIPS: Define RUNTIME_DISCARD_EXIT in LD script
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Sat, 8 Apr 2023 20:33:48 +0000 (21:33 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 21 Apr 2023 21:59:43 +0000 (23:59 +0200)
commit6dcbd0a69c84a8ae7a442840a8cf6b1379dc8f16
tree0fdcfe5d8bf7be2e8701c9e19ca4252efe540510
parentab327f8acdf8d06601fbf058859a539a9422afff
MIPS: Define RUNTIME_DISCARD_EXIT in LD script

MIPS's exit sections are discarded at runtime as well.

Fixes link error:
`.exit.text' referenced in section `__jump_table' of fs/fuse/inode.o:
defined in discarded section `.exit.text' of fs/fuse/inode.o

Fixes: 99cb0d917ffa ("arch: fix broken BuildID for arm64 and riscv")
Reported-by: "kernelci.org bot" <bot@kernelci.org>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/vmlinux.lds.S