mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
* elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Remove unused
local variable `dynobj'.
This commit is contained in:
parent
e8ef6eef51
commit
e4d4d200c0
@ -1,3 +1,8 @@
|
||||
2006-05-09 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Remove unused
|
||||
local variable `dynobj'.
|
||||
|
||||
2006-05-05 Bjoern Haase <bjoern.m.haase@web.de>
|
||||
|
||||
* elf32-avr.c (elf32_avr_relax_delete_bytes): Iterate over all
|
||||
@ -103,8 +108,8 @@
|
||||
`fail'.
|
||||
* dwarf2.c (decode_line_info): Remove unused local variable
|
||||
`basic_block'.
|
||||
* elfcode.h (elf_slurp_reloc_table_from_section): Remove unsed
|
||||
local varibale `s'.
|
||||
* elfcode.h (elf_slurp_reloc_table_from_section): Remove unused
|
||||
local variable `s'.
|
||||
* tekhex.c (tekhex_write_object_contents): Remove unused local
|
||||
variable `bytes_written'.
|
||||
* aout-ns32k.c (MY_swap_std_reloc_out): Remove unused local
|
||||
|
@ -11102,13 +11102,11 @@ ppc64_elf_finish_dynamic_symbol (bfd *output_bfd,
|
||||
Elf_Internal_Sym *sym)
|
||||
{
|
||||
struct ppc_link_hash_table *htab;
|
||||
bfd *dynobj;
|
||||
struct plt_entry *ent;
|
||||
Elf_Internal_Rela rela;
|
||||
bfd_byte *loc;
|
||||
|
||||
htab = ppc_hash_table (info);
|
||||
dynobj = htab->elf.dynobj;
|
||||
|
||||
for (ent = h->plt.plist; ent != NULL; ent = ent->next)
|
||||
if (ent->plt.offset != (bfd_vma) -1)
|
||||
|
Loading…
Reference in New Issue
Block a user