mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
and rel_hdr.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
1999-07-19 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
|
||||||
|
and rel_hdr.
|
||||||
|
|
||||||
Sat Jul 17 02:28:28 1999 Mark P. Mitchell <mark@codesourcery.com>
|
Sat Jul 17 02:28:28 1999 Mark P. Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* elflink.h (elf_link_adjust_relocs): New function.
|
* elflink.h (elf_link_adjust_relocs): New function.
|
||||||
|
@ -4314,9 +4314,6 @@ elf_bfd_final_link (abfd, info)
|
|||||||
/* Adjust the relocs to have the correct symbol indices. */
|
/* Adjust the relocs to have the correct symbol indices. */
|
||||||
for (o = abfd->sections; o != NULL; o = o->next)
|
for (o = abfd->sections; o != NULL; o = o->next)
|
||||||
{
|
{
|
||||||
struct elf_link_hash_entry **rel_hash;
|
|
||||||
Elf_Internal_Shdr *rel_hdr;
|
|
||||||
|
|
||||||
if ((o->flags & SEC_RELOC) == 0)
|
if ((o->flags & SEC_RELOC) == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user