Update elf64-ppc.c to use elf_link_hash_table shortcuts.
authorAlan Modra <amodra@gmail.com>
Tue, 5 Nov 2013 01:22:26 +0000 (11:52 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 5 Nov 2013 01:56:28 +0000 (12:26 +1030)
commit33e44f2eb27d78f57ed83d11f04652691d896a6f
tree115565dc4be242b66268f538baaae9fbf3e47432
parentcf2f8b3bf23461d3ebc5bed49e89923982cd01b5
Update elf64-ppc.c to use elf_link_hash_table shortcuts.

These shortcuts to dynamic sections in ppc_link_hash_table predated
their geneneric elf hash table equivalents.

* elf64-ppc.c (struct ppc_link_hash_table): Remove got, plt, relplt,
iplt, reliplt.  Update all references to use elf.sgot, elf.splt,
elf.srelplt, elf.iplt and elf.irelplt.
bfd/ChangeLog
bfd/elf64-ppc.c