diff options
Diffstat (limited to 'tools/objtool/arch/powerpc/special.c')
| -rw-r--r-- | tools/objtool/arch/powerpc/special.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/objtool/arch/powerpc/special.c b/tools/objtool/arch/powerpc/special.c index d33868147196..8f9bf61ca089 100644 --- a/tools/objtool/arch/powerpc/special.c +++ b/tools/objtool/arch/powerpc/special.c @@ -13,7 +13,13 @@ bool arch_support_alt_relocation(struct special_alt *special_alt, } struct reloc *arch_find_switch_table(struct objtool_file *file, - struct instruction *insn) + struct instruction *insn, + unsigned long *table_size) { exit(-1); } + +const char *arch_cpu_feature_name(int feature_number) +{ + return NULL; +} |
