Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / objtool / arch / loongarch / special.c
blob9bba1e9318e0ba9ba2c7b79c9c980c8309a507e1
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 #include <objtool/special.h>
4 bool arch_support_alt_relocation(struct special_alt *special_alt,
5 struct instruction *insn,
6 struct reloc *reloc)
8 return false;
11 struct reloc *arch_find_switch_table(struct objtool_file *file,
12 struct instruction *insn)
14 return NULL;