aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64
diff options
context:
space:
mode:
authorMarcus Shawcroft <mshawcroft@sourceware.org>2013-07-03 17:26:36 +0000
committerMarcus Shawcroft <mshawcroft@sourceware.org>2013-07-03 17:26:36 +0000
commit4aa2c5e2cb4076f2b82a3de5c0ef8ddd13467506 (patch)
tree9f64ae94ae884be2b29f6108fbb0b1fcde04bf0c /ld/testsuite/ld-aarch64
parent2c0a3565e50d7b794b4e32c8e6499d53189409fc (diff)
downloadgdb-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.s2
-rw-r--r--ld/testsuite/ld-aarch64/gc-relocs-309.s3
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