* elf32-ppc.c (ppc_elf_install_value): Delete.
authorAlan Modra <amodra@gmail.com>
Thu, 6 Nov 2003 14:30:11 +0000 (14:30 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 6 Nov 2003 14:30:11 +0000 (14:30 +0000)
commit9abc968f910ddf4cd06e17770c9053586d0a9258
treee7288b599ed884092507c0f3dcaaac6a1ca9e194
parent1be595793285ba4000a824aa436c8824c04b5b94
* elf32-ppc.c (ppc_elf_install_value): Delete.
(shared_stub_entry, stub_entry): Make them arrays of ints.
Remove initial branch.
(ppc_elf_relax_section): Write one branch around all trampolines
instead.  Correct bogus R_PPC_PLTREL24 handling.  Correct
branch range check.  Only use shared_stub_entry when shared.
Test that branches can reach stubs.  Write trampolines out at
end so that just one realloc is used.  Handle little-endian
mode.  Move relevant code from ppc_elf_install_value to here.
(ppc_elf_relocate_section): Move code handling RELAX32 from
ppc_elf_install_value to here.
bfd/ChangeLog
bfd/elf32-ppc.c
This page took 0.026815 seconds and 4 git commands to generate.