diff options
author | Nick Clifton <nickc@redhat.com> | 2011-06-13 15:57:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-06-13 15:57:19 +0000 |
commit | 09d9a62aafc6c20d5aaed1b505140a944c74c1ee (patch) | |
tree | 2621161afbcebac59bb073f6056302c7c9343d4a /bfd/elf32-tilepro.c | |
parent | eb4b2452894a86b27593d36a706ba7994af09b0b (diff) | |
download | gdb-09d9a62aafc6c20d5aaed1b505140a944c74c1ee.zip gdb-09d9a62aafc6c20d5aaed1b505140a944c74c1ee.tar.gz gdb-09d9a62aafc6c20d5aaed1b505140a944c74c1ee.tar.bz2 |
* elf32-tilepro.c (tilepro_elf_check_relocs): Delete unused local
variable 'local_got_offsets'.
* elfxx-tilegx.c (tilegx_elf_check_relocs): Likewise.
(tilegx_finish_dyn): Delete unused local variable 'abi_64_p'.
Diffstat (limited to 'bfd/elf32-tilepro.c')
-rw-r--r-- | bfd/elf32-tilepro.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elf32-tilepro.c b/bfd/elf32-tilepro.c index 8a2e6d5..154db75 100644 --- a/bfd/elf32-tilepro.c +++ b/bfd/elf32-tilepro.c @@ -1299,7 +1299,6 @@ tilepro_elf_check_relocs (bfd *abfd, struct bfd_link_info *info, struct tilepro_elf_link_hash_table *htab; Elf_Internal_Shdr *symtab_hdr; struct elf_link_hash_entry **sym_hashes; - bfd_vma *local_got_offsets; const Elf_Internal_Rela *rel; const Elf_Internal_Rela *rel_end; asection *sreloc; @@ -1311,7 +1310,6 @@ tilepro_elf_check_relocs (bfd *abfd, struct bfd_link_info *info, htab = tilepro_elf_hash_table (info); symtab_hdr = &elf_tdata (abfd)->symtab_hdr; sym_hashes = elf_sym_hashes (abfd); - local_got_offsets = elf_local_got_offsets (abfd); sreloc = NULL; |