diff options
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index d6b75db..17d6d0a 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -4384,7 +4384,7 @@ ppc64_elf_finish_dynamic_sections (output_bfd, info) /* Fill in the first entry in the global offset table. We use it to hold the link-time TOCbase. */ bfd_put_64 (output_bfd, - elf_gp (output_bfd) - TOC_BASE_OFF, + elf_gp (output_bfd) + TOC_BASE_OFF, htab->sgot->contents); /* Set .got entry size. */ |