File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -534,12 +534,13 @@ Enum | ELF Reloc Type | Description | Field
53453462 | R_RISCV_GPREL_LO12_S | GP-relative reference | _ S-type_ | S + A - GP | ` %gprel_lo(symbol) `
53553563 | R_RISCV_GPREL_ADD | GP-relative usage | | | ` %gprel(symbol) `
53653664 | R_RISCV_GPREL_LOAD | GP-relative usage | | | ` %gprel(symbol) `
537- 65 | R_RISCV_GOT_GPREL_HI20 | GP-relative GOT reference | _ U-type_ | G + A - GP | ` %got_gprel_hi(symbol) `
538- 66 | R_RISCV_GOT_GPREL_LO12_I | GP-relative GOT reference | _ I-type_ | G + A - GP | ` %got_gprel_lo(symbol) `
539- 67 | R_RISCV_GOT_GPREL_ADD | GP-relative GOT usage | | | ` %got_gprel(symbol) `
540- 68 | R_RISCV_GOT_GPREL_LOAD | GP-relative GOT usage | | | ` %got_gprel(symbol) `
541- 69 | R_RISCV_GOT_GPREL_STORE | GP-relative GOT usage | | | ` %got_gprel(symbol) `
542- 70-191 | * Reserved* | Reserved for future standard use |
537+ 65 | R_RISCV_GPREL_STORE | GP-relative usage | | | ` %gprel(symbol) `
538+ 66 | R_RISCV_GOT_GPREL_HI20 | GP-relative GOT reference | _ U-type_ | G + A - GP | ` %got_gprel_hi(symbol) `
539+ 67 | R_RISCV_GOT_GPREL_LO12_I | GP-relative GOT reference | _ I-type_ | G + A - GP | ` %got_gprel_lo(symbol) `
540+ 68 | R_RISCV_GOT_GPREL_ADD | GP-relative GOT usage | | | ` %got_gprel(symbol) `
541+ 69 | R_RISCV_GOT_GPREL_LOAD | GP-relative GOT usage | | | ` %got_gprel(symbol) `
542+ 70 | R_RISCV_GOT_GPREL_STORE | GP-relative GOT usage | | | ` %got_gprel(symbol) `
543+ 71-191 | * Reserved* | Reserved for future standard use |
543544192-255 | * Reserved* | Reserved for nonstandard ABI extensions |
544545
545546Nonstandard extensions are free to use relocation numbers 192-255 for any
You can’t perform that action at this time.
0 commit comments