drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git] / tools / objtool / arch / powerpc / special.c
blob51610689abf72a8b1bb3ca2716aeb933653d8e91
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 #include <string.h>
3 #include <stdlib.h>
4 #include <objtool/special.h>
5 #include <objtool/builtin.h>
8 bool arch_support_alt_relocation(struct special_alt *special_alt,
9 struct instruction *insn,
10 struct reloc *reloc)
12 exit(-1);
15 struct reloc *arch_find_switch_table(struct objtool_file *file,
16 struct instruction *insn,
17 unsigned long *table_size)
19 exit(-1);