Hello Aaron Durbin, Sol Boucher, Julius Werner, build bot (Jenkins), Furquan Shaikh, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31468
to look at the new patch set (#3).
Change subject: rmodule: Add support for R_X86_64_PLT32 ......................................................................
rmodule: Add support for R_X86_64_PLT32
The recent toolchain update also updated binutils, which has a new relocation type, introduced with commit bd7ab16b (x86-64: Generate branch with PLT32 relocation).
Add support for R_X86_64_PLT32, which is handled as R_X86_64_PC32. Add comment explaining the situation. Fixes build error on x86_64.
Change-Id: I81350d2728c20ac72cc865e7ba92319858352632 Signed-off-by: Patrick Rudolph siro@das-labor.org --- M util/cbfstool/rmodule.c 1 file changed, 8 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/31468/3