summaryrefslogtreecommitdiff
path: root/bfd/elf64-mips.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-05-19 19:30:45 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-05-19 19:30:45 +0000
commitb978a7a59780a75ec6e393d6cf7cd5c5c98f0a22 (patch)
tree1dc6baa8dcc47cae78ca222c80293b9e158a6add /bfd/elf64-mips.c
parentd948afe15686149af3193ed4f15c626a4c4aa5b2 (diff)
downloadbinutils-redhat-b978a7a59780a75ec6e393d6cf7cd5c5c98f0a22.tar.gz
* elf64-mips.c (elf_backend_got_header_size): Correct definition.
* elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Use the ELF backend's GOT header size instead of hardcoding it.
Diffstat (limited to 'bfd/elf64-mips.c')
-rw-r--r--bfd/elf64-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c
index 054b262dc4..e02f969ed8 100644
--- a/bfd/elf64-mips.c
+++ b/bfd/elf64-mips.c
@@ -4126,7 +4126,7 @@ const struct elf_size_info mips_elf64_size_info =
#define elf_backend_grok_prstatus elf64_mips_grok_prstatus
#define elf_backend_grok_psinfo elf64_mips_grok_psinfo
-#define elf_backend_got_header_size (4 * MIPS_RESERVED_GOTNO)
+#define elf_backend_got_header_size (8 * MIPS_RESERVED_GOTNO)
/* MIPS ELF64 can use a mixture of REL and RELA, but some Relocations
work better/work only in RELA, so we default to this. */