mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
* elf64-ppc.c (ppc64_elf_build_stubs): Clear relbrlt reloc_count
after stubs have been built.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-08-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* elf64-ppc.c (ppc64_elf_build_stubs): Clear relbrlt reloc_count
|
||||||
|
after stubs have been built.
|
||||||
|
|
||||||
2006-08-07 Nick Clifton <nickc@redhat.com>
|
2006-08-07 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* elf32-sh.c (vxworks_object_p): Only check for vxworks target
|
* elf32-sh.c (vxworks_object_p): Only check for vxworks target
|
||||||
|
@ -9561,6 +9561,9 @@ ppc64_elf_build_stubs (bfd_boolean emit_stub_syms,
|
|||||||
/* Build the stubs as directed by the stub hash table. */
|
/* Build the stubs as directed by the stub hash table. */
|
||||||
bfd_hash_traverse (&htab->stub_hash_table, ppc_build_one_stub, info);
|
bfd_hash_traverse (&htab->stub_hash_table, ppc_build_one_stub, info);
|
||||||
|
|
||||||
|
if (htab->relbrlt != NULL)
|
||||||
|
htab->relbrlt->reloc_count = 0;
|
||||||
|
|
||||||
for (stub_sec = htab->stub_bfd->sections;
|
for (stub_sec = htab->stub_bfd->sections;
|
||||||
stub_sec != NULL;
|
stub_sec != NULL;
|
||||||
stub_sec = stub_sec->next)
|
stub_sec = stub_sec->next)
|
||||||
|
Reference in New Issue
Block a user