summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-07-19 09:11:14 +0000
committerAndreas Schwab <schwab@suse.de>1999-07-19 09:11:14 +0000
commit1af6e542657a1ebb2b65c76065d3e3e496c8cf58 (patch)
treecdb9fe755c5027e605ff1b83d0fa4ec13d120c49 /bfd
parent0cbe5934948270e506da5d47c351af4ab82ee92f (diff)
downloadgdb-1af6e542657a1ebb2b65c76065d3e3e496c8cf58.tar.gz
* elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
and rel_hdr.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elflink.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d2789851cb0..04fa927d706 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 7591f6472c5..1e88b6318ae 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;