@@ -1848,9 +1848,9 @@ Relaxation candidate (`tX` and `tY` can be any combination of two general purpos
18481848----
18491849label:
18501850 auipc tX, <hi> // R_RISCV_TLSDESC_HI20 (symbol), R_RISCV_RELAX
1851- lw tY, tX, <lo> // R_RISCV_TLSDESC_LOAD_LO12 (label), R_RISCV_RELAX
1852- addi a0, tX, <lo> // R_RISCV_TLSDESC_ADD_LO12 (label), R_RISCV_RELAX
1853- jalr t0, tY // R_RISCV_TLSDESC_CALL (label), R_RISCV_RELAX
1851+ lw tY, tX, <lo> // R_RISCV_TLSDESC_LOAD_LO12 (label)
1852+ addi a0, tX, <lo> // R_RISCV_TLSDESC_ADD_LO12 (label)
1853+ jalr t0, tY // R_RISCV_TLSDESC_CALL (label)
18541854----
18551855
18561856Relaxation result:
@@ -1889,9 +1889,9 @@ Relaxation candidate (`tX` and `tY` can be any combination of two general purpos
18891889----
18901890label:
18911891 auipc tX, <hi> // R_RISCV_TLSDESC_HI20 (symbol), R_RISCV_RELAX
1892- lw tY, tX, <lo> // R_RISCV_TLSDESC_LOAD_LO12 (label), R_RISCV_RELAX
1893- addi a0, tX, <lo> // R_RISCV_TLSDESC_ADD_LO12 (label), R_RISCV_RELAX
1894- jalr t0, tY // R_RISCV_TLSDESC_CALL (label), R_RISCV_RELAX
1892+ lw tY, tX, <lo> // R_RISCV_TLSDESC_LOAD_LO12 (label)
1893+ addi a0, tX, <lo> // R_RISCV_TLSDESC_ADD_LO12 (label)
1894+ jalr t0, tY // R_RISCV_TLSDESC_CALL (label)
18951895----
18961896
18971897Relaxation result (long form):
0 commit comments