* elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
authorGeoffrey Keating <geoffk@geoffk.org>
Mon, 16 Oct 2000 19:52:26 +0000 (19:52 +0000)
committerGeoffrey Keating <geoffk@geoffk.org>
Mon, 16 Oct 2000 19:52:26 +0000 (19:52 +0000)
commite1e0340bc8a0bc235b4d1916df6b3eac9ce399de
tree105caa600a37975e5122c0ac442fb52b16b5227f
parent266cb5f1fbe093c38b684e5074201cf62c54d140
* elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
(SYMBOL_CALLS_LOCAL): New macro.
(ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
(ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
(ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
(ppc_elf_relocate_section): Use flag variable to determine
whether the relocation refers to a local symbol.
Test whether a PLTREL24 reloc will produce a reloc by looking
to see whether a PLT entry was made.
bfd/ChangeLog
bfd/elf32-ppc.c