We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa199f commit 1483be7Copy full SHA for 1483be7
lld/test/ELF/aarch64-relocs.s
@@ -111,15 +111,16 @@ foo128:
111
.asciz "foo"
112
.size mystr, 3
113
114
-# S = 0x21016c, A = 0x4
115
-# R = ((S + A) & 0xFF8) << 6 = 0x00005c00
116
-# 0x00005c00 | 0x3dc00274 = 0x3dc05e74
+# S = 210180, A = 0x4
+# R = ((S + A) & 0xFF8) << 6 = 0x00006000
+# 0x00006000 | 0x3dc00274 = 0x3dc06274
117
# CHECK: Disassembly of section .R_AARCH64_LDST128_ABS_LO12_NC:
118
# CHECK-EMPTY:
119
# CHECK: <ldst128>:
120
# CHECK: 210180: 3dc06674 ldr q20, [x19, #400]
121
#foo128:
122
-# 210170: 66 6f 6f 00 .word
+# CHECK: <foo128>:
123
+# CHECK-NEXT: 210190: 66 6f 6f 00 .word
124
125
.section .R_AARCH64_LDST16_ABS_LO12_NC,"ax",@progbits
126
ldst16:
0 commit comments