Re: [PATCH v2 09/14] objtool: Extract elf_strtab_concat()

2021-03-19 Thread Peter Zijlstra
On Thu, Mar 18, 2021 at 09:10:38PM -0500, Josh Poimboeuf wrote: > On Thu, Mar 18, 2021 at 06:11:12PM +0100, Peter Zijlstra wrote: > > Create a common helper to append strings to a strtab. > > > > Signed-off-by: Peter Zijlstra (Intel) > > --- > > tools/objtool/elf.c | 73 > > ++

Re: [PATCH v2 09/14] objtool: Extract elf_strtab_concat()

2021-03-18 Thread Josh Poimboeuf
On Thu, Mar 18, 2021 at 06:11:12PM +0100, Peter Zijlstra wrote: > Create a common helper to append strings to a strtab. > > Signed-off-by: Peter Zijlstra (Intel) > --- > tools/objtool/elf.c | 73 > +--- > 1 file changed, 42 insertions(+), 31 del

[PATCH v2 09/14] objtool: Extract elf_strtab_concat()

2021-03-18 Thread Peter Zijlstra
Create a common helper to append strings to a strtab. Signed-off-by: Peter Zijlstra (Intel) --- tools/objtool/elf.c | 73 +--- 1 file changed, 42 insertions(+), 31 deletions(-) --- a/tools/objtool/elf.c +++ b/tools/objtool/elf.c @@ -676,13 +676,