aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/arch/loongarch/include
AgeCommit message (Collapse)AuthorFilesLines
2024-03-11objtool/LoongArch: Enable objtool to be builtTiezhu Yang3-0/+85
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 e52ec98c5ab1 ("objtool/powerpc: Enable objtool to be built on ppc"). Co-developed-by: Jinyang He <[email protected]> Signed-off-by: Jinyang He <[email protected]> Co-developed-by: Youling Tang <[email protected]> Signed-off-by: Youling Tang <[email protected]> Signed-off-by: Tiezhu Yang <[email protected]> Signed-off-by: Huacai Chen <[email protected]>