From: Jiong Wang Date: Tue, 2 Jun 2015 12:59:17 +0000 (+0100) Subject: [AArch64] Fix typo in testcase X-Git-Tag: users/hjl/linux/release/2.25.51.0.3~1^2~7^2~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afa403d8d467466edfd77baea0bba7ae45a4447f;p=thirdparty%2Fbinutils-gdb.git [AArch64] Fix typo in testcase ld/testsuite/ * ld-aarch64/emit-relocs-313.s: Use gotpage_lo15. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a68a217ecb3..fe629902c13 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-06-02 Jiong Wang + + * ld-aarch64/emit-relocs-313.s: Use gotpage_lo15. + 2015-06-01 Jiong Wang * 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 b13a0e5262b..e3858e3791d 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]