mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-06-22 06:08:54 +00:00
Since everything is statically linked, we won't actually have
R_RISCV_{32,64} relocations. No need to handle these.
Fixes: 0f20e8adcf
("firmware: Support position independent execution")
Signed-off-by: Vivian Wang <dramforever@live.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
6 lines
84 B
C
6 lines
84 B
C
#ifndef __RISCV_ELF_H__
|
|
#define __RISCV_ELF_H__
|
|
|
|
#define R_RISCV_RELATIVE 3
|
|
|
|
#endif
|