aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJiong Wang <jiong.wang@arm.com>2015-06-02 13:59:17 +0100
committerJiong Wang <jiong.wang@arm.com>2015-06-02 14:01:29 +0100
commitafa403d8d467466edfd77baea0bba7ae45a4447f (patch)
treee48c94680395ef231fc224bf784b2abba91a8e0a /ld
parentd6b4b13ed2859a1eafd6c94c0dc64b20fdbde1ba (diff)
downloadgdb-afa403d8d467466edfd77baea0bba7ae45a4447f.zip
gdb-afa403d8d467466edfd77baea0bba7ae45a4447f.tar.gz
gdb-afa403d8d467466edfd77baea0bba7ae45a4447f.tar.bz2
[AArch64] Fix typo in testcase
ld/testsuite/ * ld-aarch64/emit-relocs-313.s: Use gotpage_lo15.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-aarch64/emit-relocs-313.s6
2 files changed, 7 insertions, 3 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index a68a217..fe62990 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -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.
diff --git a/ld/testsuite/ld-aarch64/emit-relocs-313.s b/ld/testsuite/ld-aarch64/emit-relocs-313.s
index b13a0e5..e3858e3 100644
--- a/ld/testsuite/ld-aarch64/emit-relocs-313.s
+++ b/ld/testsuite/ld-aarch64/emit-relocs-313.s
@@ -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]