File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 37
37
// CHECK-NEXT: add x0, x0, #[[A]]
38
38
// CHECK-NEXT: blraa x16, x0
39
39
40
- // Create relocation against local TLS symbols where linker should
41
- // create target specific dynamic TLSDESC relocation where addend is
42
- // the symbol VMA in tls block.
40
+ /// Create relocation against local TLS symbols where linker should
41
+ /// create target specific dynamic TLSDESC relocation where addend is
42
+ /// the symbol VMA in tls block.
43
43
44
44
adrp x0, :tlsdesc_auth:local1
45
45
ldr x16, [x0, :tlsdesc_auth_lo12:local1]
@@ -92,10 +92,10 @@ local2:
92
92
// REL-NEXT: 0x00[[P2]][[A2]] 00000000 00000080 00000000 000000a0
93
93
// REL-NEXT: 0x00[[P2]][[B2]] 00000000 00000080 00000000 000000a0
94
94
// REL-NEXT: 0x00[[P2]][[C2]] 00000000 00000080 00000000 000000a0
95
- // ^^
96
- // 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
97
- // ^^
98
- // 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
95
+ /// ^^
96
+ /// 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
97
+ /// ^^
98
+ /// 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
99
99
100
100
//--- err1.s
101
101
You can’t perform that action at this time.
0 commit comments