diff options
author | Marcus Shawcroft <mshawcroft@sourceware.org> | 2013-07-03 17:26:36 +0000 |
---|---|---|
committer | Marcus Shawcroft <mshawcroft@sourceware.org> | 2013-07-03 17:26:36 +0000 |
commit | 4aa2c5e2cb4076f2b82a3de5c0ef8ddd13467506 (patch) | |
tree | 9f64ae94ae884be2b29f6108fbb0b1fcde04bf0c /ld/testsuite/ld-aarch64 | |
parent | 2c0a3565e50d7b794b4e32c8e6499d53189409fc (diff) | |
download | gdb-4aa2c5e2cb4076f2b82a3de5c0ef8ddd13467506.zip gdb-4aa2c5e2cb4076f2b82a3de5c0ef8ddd13467506.tar.gz gdb-4aa2c5e2cb4076f2b82a3de5c0ef8ddd13467506.tar.bz2 |
[PATCH, COMMITTED] [AArch64] Replace the :got_prel19: address modifier with :got:
Diffstat (limited to 'ld/testsuite/ld-aarch64')
-rw-r--r-- | ld/testsuite/ld-aarch64/emit-relocs-309.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-relocs-309.s | 3 |
2 files changed, 2 insertions, 3 deletions
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 |