Re: [PATCH v2 1/3] riscv/kexec: handle R_RISCV_CALL_PLT relocation type

2023-08-01 Thread Conor Dooley
On Wed, Jul 26, 2023 at 11:53:59AM +0200, Petr Tesarik wrote: > From: Torsten Duwe > > R_RISCV_CALL has been deprecated and replaced by R_RISCV_CALL_PLT. See Enum > 18-19 in Table 3. Relocation types here: > > https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc > >

[PATCH v2 1/3] riscv/kexec: handle R_RISCV_CALL_PLT relocation type

2023-07-26 Thread Petr Tesarik
From: Torsten Duwe R_RISCV_CALL has been deprecated and replaced by R_RISCV_CALL_PLT. See Enum 18-19 in Table 3. Relocation types here: https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc It was deprecated in ("Deprecated R_RISCV_CALL, prefer R_RISCV_CALL_PLT"):