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 | |
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')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/emit-relocs-309.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-relocs-309.s | 3 |
3 files changed, 7 insertions, 3 deletions
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 <marcus.shawcroft@arm.com> + + * ld-aarch64/emit-relocs-309.s: Replace got_prel19 with got. + * ld-aarch64/gc-relocs-309.s: Likewise. + 2013-07-02 Marcus Shawcroft <marcus.shawcroft@arm.com> * 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 |