]> Git Repo - J-linux.git/blob - tools/objtool/arch/powerpc/special.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / objtool / arch / powerpc / special.c
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>
6
7
8 bool arch_support_alt_relocation(struct special_alt *special_alt,
9                                  struct instruction *insn,
10                                  struct reloc *reloc)
11 {
12         exit(-1);
13 }
14
15 struct reloc *arch_find_switch_table(struct objtool_file *file,
16                                     struct instruction *insn)
17 {
18         exit(-1);
19 }
This page took 0.027551 seconds and 4 git commands to generate.