From 4aa2c5e2cb4076f2b82a3de5c0ef8ddd13467506 Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Wed, 3 Jul 2013 17:26:36 +0000 Subject: [PATCH, COMMITTED] [AArch64] Replace the :got_prel19: address modifier with :got: --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-aarch64/emit-relocs-309.s | 2 +- ld/testsuite/ld-aarch64/gc-relocs-309.s | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'ld') diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 54e7a78..a463570 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-07-03 Marcus Shawcroft + + * ld-aarch64/emit-relocs-309.s: Replace got_prel19 with got. + * ld-aarch64/gc-relocs-309.s: Likewise. + 2013-07-02 Marcus Shawcroft * ld-aarch64/gc-plt-relocs.d: Adjust expected .got offsets. diff --git a/ld/testsuite/ld-aarch64/emit-relocs-309.s b/ld/testsuite/ld-aarch64/emit-relocs-309.s index d66c64b..edf47cd 100644 --- a/ld/testsuite/ld-aarch64/emit-relocs-309.s +++ b/ld/testsuite/ld-aarch64/emit-relocs-309.s @@ -11,4 +11,4 @@ _start: nop - ldr x0, :got_prel19:src + ldr x0, :got:src diff --git a/ld/testsuite/ld-aarch64/gc-relocs-309.s b/ld/testsuite/ld-aarch64/gc-relocs-309.s index 06901bf..cdafc9c 100644 --- a/ld/testsuite/ld-aarch64/gc-relocs-309.s +++ b/ld/testsuite/ld-aarch64/gc-relocs-309.s @@ -3,5 +3,4 @@ .text _test_gc_rel309: nop - ldr x1, :got_prel19:sym309_notused - + ldr x1, :got:sym309_notused -- cgit v1.1