diff options
Diffstat (limited to 'tools/objtool/arch/powerpc/special.c')
| -rw-r--r-- | tools/objtool/arch/powerpc/special.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/objtool/arch/powerpc/special.c b/tools/objtool/arch/powerpc/special.c index 51610689abf7..8f9bf61ca089 100644 --- a/tools/objtool/arch/powerpc/special.c +++ b/tools/objtool/arch/powerpc/special.c @@ -18,3 +18,8 @@ struct reloc *arch_find_switch_table(struct objtool_file *file, { exit(-1); } + +const char *arch_cpu_feature_name(int feature_number) +{ + return NULL; +} |
