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