@@ -21,13 +21,13 @@ this_section:
2121# ASM: qc.e.j undef
2222# OBJ: qc.e.j 0x0 <this_section>
2323# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
24- # OBJ-NEXT: R_RISCV_CUSTOM195 undef{{$}}
24+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE undef{{$}}
2525qc.e.j undef
2626
2727# ASM: qc.e.jal undef
2828# OBJ-NEXT: qc.e.jal 0x6 <this_section+0x6>
2929# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
30- # OBJ-NEXT: R_RISCV_CUSTOM195 undef{{$}}
30+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE undef{{$}}
3131qc.e.jal undef
3232
3333
@@ -42,26 +42,26 @@ qc.e.jal same_section
4242# ASM: qc.e.j same_section_extern
4343# OBJ-NEXT: qc.e.j 0x18 <this_section+0x18>
4444# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
45- # OBJ-NEXT: R_RISCV_CUSTOM195 same_section_extern{{$}}
45+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE same_section_extern{{$}}
4646qc.e.j same_section_extern
4747
4848# ASM: qc.e.jal same_section_extern
4949# OBJ-NEXT: qc.e.jal 0x1e <this_section+0x1e>
5050# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
51- # OBJ-NEXT: R_RISCV_CUSTOM195 same_section_extern{{$}}
51+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE same_section_extern{{$}}
5252qc.e.jal same_section_extern
5353
5454
5555# ASM: qc.e.j other_section
5656# OBJ-NEXT: qc.e.j 0x24 <this_section+0x24>
5757# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
58- # OBJ-NEXT: R_RISCV_CUSTOM195 other_section{{$}}
58+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE other_section{{$}}
5959qc.e.j other_section
6060
6161# ASM: qc.e.jal other_section
6262# OBJ-NEXT: qc.e.jal 0x2a <this_section+0x2a>
6363# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
64- # OBJ-NEXT: R_RISCV_CUSTOM195 other_section{{$}}
64+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE other_section{{$}}
6565qc.e.jal other_section
6666
6767
@@ -81,14 +81,14 @@ same_section_extern:
8181# ASM: qc.e.j same_section
8282# OBJ: qc.e.j 0x38 <same_section_extern+0x4>
8383# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
84- # OBJ-NEXT: R_RISCV_CUSTOM195 same_section{{$}}
84+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE same_section{{$}}
8585# OBJ-NEXT: R_RISCV_RELAX
8686qc.e.j same_section
8787
8888# ASM: qc.e.jal same_section
8989# OBJ-NEXT: qc.e.jal 0x3e <same_section_extern+0xa>
9090# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
91- # OBJ-NEXT: R_RISCV_CUSTOM195 same_section{{$}}
91+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE same_section{{$}}
9292# OBJ-NEXT: R_RISCV_RELAX
9393qc.e.jal same_section
9494
@@ -99,14 +99,14 @@ qc.e.j undef
9999# ASM: j undef
100100# OBJ: qc.e.j 0x44 <same_section_extern+0x10>
101101# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
102- # OBJ-NEXT: R_RISCV_CUSTOM195 undef{{$}}
102+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE undef{{$}}
103103# OBJ-NEXT: R_RISCV_RELAX
104104
105105qc.e.jal undef
106106# ASM: jal undef
107107# OBJ: qc.e.jal 0x4a <same_section_extern+0x16>
108108# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
109- # OBJ-NEXT: R_RISCV_CUSTOM195 undef{{$}}
109+ # OBJ-NEXT: R_RISCV_CHERI_CAPABILITY_CODE undef{{$}}
110110# OBJ-NEXT: R_RISCV_RELAX
111111
112112.section .text .other, "ax" , @progbits
0 commit comments