objtool: Decode unwind hint register depending on architecture
The set of registers that can be included in an unwind hint and their encoding will depend on the architecture. Have arch specific code to decode that register. Signed-off-by: Julien Thierry <jthierry@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
This commit is contained in:

committed by
Josh Poimboeuf

parent
ee819aedf3
commit
edea9e6bcb
@@ -88,4 +88,6 @@ unsigned long arch_dest_reloc_offset(int addend);
|
||||
|
||||
const char *arch_nop_insn(int len);
|
||||
|
||||
int arch_decode_hint_reg(struct instruction *insn, u8 sp_reg);
|
||||
|
||||
#endif /* _ARCH_H */
|
||||
|
Reference in New Issue
Block a user