bfd/
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 11 Feb 2013 18:11:17 +0000 (18:11 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Mon, 11 Feb 2013 18:11:17 +0000 (18:11 +0000)
commit13fbec83901c481dad1520c3fc1e9a1df54187e3
tree85cffa4fc1151516f57bf547e0fb727df38bc701
parent3dff0dd1e3b7170e2220cb12d3ed281af1b4ee3e
bfd/
* elfxx-mips.c (mips_elf_primary_global_got_index): New function,
split out from...
(mips_elf_global_got_index): ...here.  Reorder arguments so that
the output bfd and info come first.
(mips_elf_calculate_relocation): Update the call to
mips_elf_global_got_index accordingly.
(_bfd_mips_elf_finish_dynamic_symbol): Use
mips_elf_primary_global_got_index rather than
mips_elf_global_got_index.
(_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
bfd/ChangeLog
bfd/elfxx-mips.c