| author | |
| committer | |
| log | 57e71ce18965bc6c846a4506819e71490adc14a2 |
| tree | 434366f60fa863c51fc05aa2a7fad325c2e8fe0b |
| parent | 79e99c401ca32031d29aff77e43758ca0b67d5d9 |
1 files changed, 2 insertions(+), 1 deletions(-)
src/link/Elf/relocation.zig+2-1| ... | ... | @@ -55,11 +55,12 @@ const aarch64_relocs = Table(10, elf.R_AARCH64, .{ |
| 55 | 55 | .{ .tlsdesc, .TLSDESC }, |
| 56 | 56 | }); |
| 57 | 57 | |
| 58 | const riscv64_relocs = Table(9, elf.R_RISCV, .{ | |
| 58 | const riscv64_relocs = Table(10, elf.R_RISCV, .{ | |
| 59 | 59 | .{ .abs, .@"64" }, |
| 60 | 60 | .{ .copy, .COPY }, |
| 61 | 61 | .{ .rel, .RELATIVE }, |
| 62 | 62 | .{ .irel, .IRELATIVE }, |
| 63 | .{ .glob_dat, .@"64" }, | |
| 63 | 64 | .{ .jump_slot, .JUMP_SLOT }, |
| 64 | 65 | .{ .dtpmod, .TLS_DTPMOD64 }, |
| 65 | 66 | .{ .dtpoff, .TLS_DTPREL64 }, |