diff options
| author | Andreas Schwab <schwab@suse.de> | 2023-06-22 12:16:33 +0200 |
|---|---|---|
| committer | Andreas Schwab <schwab@suse.de> | 2023-06-26 16:11:16 +0200 |
| commit | 6f962278e24bdf5cb5f310c5a17add41da95407c (patch) | |
| tree | 229feab171c78e78e87dad8ec64521a201862939 /elf | |
| parent | 7c507f4473911a13273ac535b02fd55edc8e19f9 (diff) | |
| download | glibc-6f962278e24bdf5cb5f310c5a17add41da95407c.tar.xz glibc-6f962278e24bdf5cb5f310c5a17add41da95407c.zip | |
elf: Update list of RISC-V relocations
Diffstat (limited to 'elf')
| -rw-r--r-- | elf/elf.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4002,8 +4002,11 @@ enum #define R_RISCV_SET32 56 #define R_RISCV_32_PCREL 57 #define R_RISCV_IRELATIVE 58 +#define R_RISCV_PLT32 59 +#define R_RISCV_SET_ULEB128 60 +#define R_RISCV_SUB_ULEB128 61 -#define R_RISCV_NUM 59 +#define R_RISCV_NUM 62 /* RISC-V specific values for the st_other field. */ #define STO_RISCV_VARIANT_CC 0x80 /* Function uses variant calling |
