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: --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/aarch64/reloc-insn.s | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gas/testsuite') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e309d0e..e48f88c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-07-03 Marcus Shawcroft + + * gas/aarch64/reloc-insn.s (func): Replace :got_prel19: with :got:. + 2013-06-26 Yufeng Zhang * gas/aarch64/ilp32-basic.d: New file. diff --git a/gas/testsuite/gas/aarch64/reloc-insn.s b/gas/testsuite/gas/aarch64/reloc-insn.s index 1d13900..99ca965 100644 --- a/gas/testsuite/gas/aarch64/reloc-insn.s +++ b/gas/testsuite/gas/aarch64/reloc-insn.s @@ -178,7 +178,7 @@ func: prfm pstl1keep, [x7, #:lo12:ldata+4100] // BFD_RELOC_AARCH64_GOT_LD_PREL19 - ldr x0, :got_prel19:cdata + ldr x0, :got:cdata ldrb w1, [x0] ret -- cgit v1.1