Re: [PATCH v2 11/14] objtool: Add elf_create_undef_symbol()

2021-03-19 Thread Peter Zijlstra
On Thu, Mar 18, 2021 at 09:29:23PM -0500, Josh Poimboeuf wrote: > On Thu, Mar 18, 2021 at 06:11:14PM +0100, Peter Zijlstra wrote: > > Allow objtool to create undefined symbols; this allows creating > > relocations to symbols not currently in the symbol table. > > > > Signed-off-by: Peter Zijlstra

Re: [PATCH v2 11/14] objtool: Add elf_create_undef_symbol()

2021-03-18 Thread Josh Poimboeuf
On Thu, Mar 18, 2021 at 06:11:14PM +0100, Peter Zijlstra wrote: > Allow objtool to create undefined symbols; this allows creating > relocations to symbols not currently in the symbol table. > > Signed-off-by: Peter Zijlstra (Intel) > --- > tools/objtool/elf.c | 63 > ++

[PATCH v2 11/14] objtool: Add elf_create_undef_symbol()

2021-03-18 Thread Peter Zijlstra
Allow objtool to create undefined symbols; this allows creating relocations to symbols not currently in the symbol table. Signed-off-by: Peter Zijlstra (Intel) --- tools/objtool/elf.c | 63 tools/objtool/include/objtool/elf.h |1 2 file