diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 1999-07-19 09:11:14 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 1999-07-19 09:11:14 +0000 |
commit | 9525f147b5a331ec4727b41c5339bea5a7320ab4 (patch) | |
tree | c81dca269f8a8043717b843d747d7fc4dd5b3f5c /bfd | |
parent | 1002bcd2d17d6d08deda36c89af5f1f0cb34ba15 (diff) | |
download | binutils-redhat-9525f147b5a331ec4727b41c5339bea5a7320ab4.tar.gz |
* elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
and rel_hdr.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/elflink.h | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d2789851cb..04fa927d70 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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> * elflink.h (elf_link_adjust_relocs): New function. diff --git a/bfd/elflink.h b/bfd/elflink.h index 7591f6472c..1e88b6318a 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -4314,9 +4314,6 @@ elf_bfd_final_link (abfd, info) /* Adjust the relocs to have the correct symbol indices. */ 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) continue; |