]> www.infradead.org Git - users/dwmw2/linux.git/commit
objtool: Fix elf_create_undef_symbol() endianness
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 12 May 2021 17:42:10 +0000 (19:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jul 2022 09:26:56 +0000 (11:26 +0200)
commitfbf60f83e241f0ef967644ca06455f37fcea064b
treed1567c1a21d49e52ec8d54ef9eb76e61fbf4e8c9
parent39065d54347fe1395371ad5397df353ef77c8989
objtool: Fix elf_create_undef_symbol() endianness

commit 46c7405df7de8deb97229eacebcee96d61415f3f upstream.

Currently x86 cross-compilation fails on big endian system with:

  x86_64-cross-ld: init/main.o: invalid string offset 488112128 >= 6229 for section `.strtab'

Mark new ELF data in elf_create_undef_symbol() as symbol, so that libelf
does endianness handling correctly.

Fixes: 2f2f7e47f052 ("objtool: Add elf_create_undef_symbol()")
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: https://lore.kernel.org/r/patch-1.thread-6c9df9.git-d39264656387.your-ad-here.call-01620841104-ext-2554@work.hours
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/objtool/elf.c