tools/objtool/arch/loongarch/Build
0 → 100644
+2
−0
tools/objtool/arch/loongarch/decode.c
0 → 100644
+71
−0
+22
−0
+30
−0
+33
−0
Loading
mainline inclusion from mainline-v6.9 commit e8aff71ca93026209dd0eab9b285e6808cd87d05 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB3IRE Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e8aff71ca93026209dd0eab9b285e6808cd87d05 --------------------------------------------------------------------------- Add the minimal changes to enable objtool build on LoongArch, most of the functions are stubs to only fix the build errors when make -C tools/objtool. This is similar with commit e52ec98c ("objtool/powerpc: Enable objtool to be built on ppc"). Co-developed-by:Jinyang He <hejinyang@loongson.cn> Signed-off-by:
Jinyang He <hejinyang@loongson.cn> Co-developed-by:
Youling Tang <tangyouling@loongson.cn> Signed-off-by:
Youling Tang <tangyouling@loongson.cn> Signed-off-by:
Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn>