[AArch64] Fix typo in testcase
ld/testsuite/ * ld-aarch64/emit-relocs-313.s: Use gotpage_lo15.
This commit is contained in:
parent
d6b4b13ed2
commit
afa403d8d4
@ -1,3 +1,7 @@
|
||||
2015-06-02 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
* ld-aarch64/emit-relocs-313.s: Use gotpage_lo15.
|
||||
|
||||
2015-06-01 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
* ld-aarch64/emit-relocs-28.s: New test file.
|
||||
|
@ -1,5 +1,5 @@
|
||||
.text
|
||||
adrp x2, _GLOBAL_OFFSET_TABLE_
|
||||
ldr x0, [x2, #:gotpage_lo14:globala]
|
||||
ldr x0, [x2, #:gotpage_lo14:globalb]
|
||||
ldr x0, [x2, #:gotpage_lo14:globalc]
|
||||
ldr x0, [x2, #:gotpage_lo15:globala]
|
||||
ldr x0, [x2, #:gotpage_lo15:globalb]
|
||||
ldr x0, [x2, #:gotpage_lo15:globalc]
|
||||
|
Loading…
x
Reference in New Issue
Block a user