mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Sync relocation definitions
Add the most recent relocation types from the RISC-V ELF psABI spec. MFC after: 3 days
This commit is contained in:
parent
656442a718
commit
4b88ccbc79
1 changed files with 2 additions and 0 deletions
|
|
@ -1342,6 +1342,8 @@ typedef struct {
|
|||
#define R_RISCV_SET8 54
|
||||
#define R_RISCV_SET16 55
|
||||
#define R_RISCV_SET32 56
|
||||
#define R_RISCV_32_PCREL 57
|
||||
#define R_RISCV_IRELATIVE 58
|
||||
|
||||
#define R_SPARC_NONE 0
|
||||
#define R_SPARC_8 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue