aboutsummaryrefslogtreecommitdiff
path: root/gas/config
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 /gas/config
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 'gas/config')
-rw-r--r--gas/config/tc-aarch64.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index 2665b75..7b21396 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -2360,18 +2360,14 @@ static struct reloc_table_entry reloc_table[] = {
BFD_RELOC_AARCH64_MOVW_G3,
0,
0},
- /* Get to the GOT entry for a symbol. */
- {"got_prel19", 0,
- 0,
- 0,
- 0,
- BFD_RELOC_AARCH64_GOT_LD_PREL19},
+
/* Get to the page containing GOT entry for a symbol. */
{"got", 1,
BFD_RELOC_AARCH64_ADR_GOT_PAGE,
0,
0,
- 0},
+ BFD_RELOC_AARCH64_GOT_LD_PREL19},
+
/* 12 bit offset into the page containing GOT entry for that symbol. */
{"got_lo12", 0,
0,