Merge branch 'objtool/urgent' into objtool/core
Conflicts: tools/objtool/elf.c tools/objtool/elf.h tools/objtool/orc_gen.c tools/objtool/check.c Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
This commit is contained in:
@@ -222,7 +222,7 @@ int create_orc_sections(struct objtool_file *file)
|
||||
}
|
||||
}
|
||||
|
||||
if (elf_rebuild_reloc_section(ip_relocsec))
|
||||
if (elf_rebuild_reloc_section(file->elf, ip_relocsec))
|
||||
return -1;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user