mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 11:13:30 +08:00
MIPS/BFD: Fix loc' formatting in
_bfd_mips_elf_finish_dynamic_symbol'
Fix a formatting fallout in `_bfd_mips_elf_finish_dynamic_symbol' from
commit ce558b89b1
("Delete duplicate target short-cuts to dynamic
sections").
bfd/
* elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Fix
formatting.
This commit is contained in:
parent
a4eb69274d
commit
6a382bcead
@ -1,3 +1,8 @@
|
||||
2018-06-19 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Fix
|
||||
formatting.
|
||||
|
||||
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.11.
|
||||
|
@ -10603,7 +10603,8 @@ _bfd_mips_elf_finish_dynamic_symbol (bfd *output_bfd,
|
||||
got_address_low = got_address & 0xffff;
|
||||
|
||||
/* Initially point the .got.plt entry at the PLT header. */
|
||||
loc = (htab->root.sgotplt->contents + got_index * MIPS_ELF_GOT_SIZE (dynobj));
|
||||
loc = (htab->root.sgotplt->contents
|
||||
+ got_index * MIPS_ELF_GOT_SIZE (dynobj));
|
||||
if (ABI_64_P (output_bfd))
|
||||
bfd_put_64 (output_bfd, header_address, loc);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user