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:
Peter Zijlstra 2020-06-18 17:55:29 +02:00
commit d832c0051f
8 changed files with 120 additions and 9 deletions

View file

@ -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;