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 928cad5 commit f9277caCopy full SHA for f9277ca
lld/test/ELF/aarch64-relocs.s
@@ -19,15 +19,15 @@ msgend:
19
# CHECK: 4:
20
# #4 is the adr immediate value.
21
22
-.section .R_AARCH64_ADR_PREL_PG_H121,"ax",@progbits
+.section .R_AARCH64_ADR_PREL_PG_HI21,"ax",@progbits
23
adrp x1,mystr
24
mystr:
25
.asciz "blah"
26
.size mystr, 4
27
28
# PAGE(S + A) - PAGE(P) = PAGE(210136) - PAGE(0x210132) = 0
29
#
30
-# CHECK: Disassembly of section .R_AARCH64_ADR_PREL_PG_H121:
+# CHECK: Disassembly of section .R_AARCH64_ADR_PREL_PG_HI21:
31
# CHECK-EMPTY:
32
# CHECK-NEXT: <$x.2>:
33
# CHECK-NEXT: 210132: 01 00 00 90 adrp x1, 0x210000
0 commit comments