[AArch64] Fix typo in testcase

ld/testsuite/
  * ld-aarch64/emit-relocs-313.s: Use gotpage_lo15.
This commit is contained in:
Jiong Wang 2015-06-02 13:59:17 +01:00
parent d6b4b13ed2
commit afa403d8d4
2 changed files with 7 additions and 3 deletions

View File

@ -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.

View 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]