summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/loongarch/special.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/arch/loongarch/special.c')
-rw-r--r--tools/objtool/arch/loongarch/special.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/objtool/arch/loongarch/special.c b/tools/objtool/arch/loongarch/special.c
index a80b75f7b061..aba774109437 100644
--- a/tools/objtool/arch/loongarch/special.c
+++ b/tools/objtool/arch/loongarch/special.c
@@ -194,3 +194,8 @@ struct reloc *arch_find_switch_table(struct objtool_file *file,
return rodata_reloc;
}
+
+const char *arch_cpu_feature_name(int feature_number)
+{
+ return NULL;
+}