@@ -791,15 +791,15 @@ expands to the following assembly and relocation:
791791
792792[,asm]
793793----
794- auipc ra, 0 # R_RISCV_CALL (symbol), R_RISCV_RELAX (symbol)
794+ auipc ra, 0 # R_RISCV_CALL (symbol), R_RISCV_RELAX
795795 jalr ra, ra, 0
796796----
797797
798798and when symbol has an `@plt` suffix it expands to:
799799
800800[,asm]
801801----
802- auipc ra, 0 # R_RISCV_CALL_PLT (symbol), R_RISCV_RELAX (symbol)
802+ auipc ra, 0 # R_RISCV_CALL_PLT (symbol), R_RISCV_RELAX
803803 jalr ra, ra, 0
804804----
805805
@@ -2034,15 +2034,15 @@ Relaxation result (short form):
20342034Relaxation candidate:
20352035[,asm]
20362036----
2037- auipc ra, 0 # R_RISCV_CALL (symbol), R_RISCV_RELAX (symbol)
2037+ auipc ra, 0 # R_RISCV_CALL (symbol), R_RISCV_RELAX
20382038 jalr ra, ra, 0
20392039
2040- auipc ra, 0 # R_RISCV_CALL_PLT (symbol), R_RISCV_RELAX (symbol)
2040+ auipc ra, 0 # R_RISCV_CALL_PLT (symbol), R_RISCV_RELAX
20412041 jalr x0, ra, 0
20422042
2043- jal ra, 0 # R_RISCV_JAL (symbol), R_RISCV_RELAX (symbol)
2043+ jal ra, 0 # R_RISCV_JAL (symbol), R_RISCV_RELAX
20442044
2045- jal x0, 0 # R_RISCV_JAL (symbol), R_RISCV_RELAX (symbol)
2045+ jal x0, 0 # R_RISCV_JAL (symbol), R_RISCV_RELAX
20462046----
20472047
20482048Relaxation result:
0 commit comments