mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
commit
d832c0051f
8 changed files with 120 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue