mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-07 22:04:27 +02:00
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3715 We must treat not only R_X86_64_PLT32 as R_X86_64_PC32 (https://github.com/torvalds/linux/commit/ b21ebf2fb4cde1618915a97cc773e287ff49173e), but also treat R_386_PLT32 relocation as R_386_PC32 (https://github.com/torvalds/linux/commit/ bb73d07148c405c293e576b40af37737faf23a6a). Signed-off-by: Mikhail Krichanov <krichanov@ispras.ru>