summaryrefslogtreecommitdiff
path: root/bfd/ecofflink.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-05-04 05:05:25 +0000
committerBen Elliston <bje@au.ibm.com>2006-05-04 05:05:25 +0000
commit4d2dc63417afcb4b177445b5295258897ffeef6c (patch)
treec48fd9ce11706aa8a445d8ecc4fb057bd00e46ba /bfd/ecofflink.c
parent2fe46e5694a6183f81db6a0c94e40dceff8e0c87 (diff)
downloadbinutils-redhat-4d2dc63417afcb4b177445b5295258897ffeef6c.tar.gz
* coff-or32.c (bfd_section_from_shdr): Remove unused local
variable `ptr'. * cofflink.c (process_embedded_commands): Remove unused local variables `had_read' and `had_shared'. * ecofflink.c (bfd_ecoff_debug_accumulate): Remove unused local variable `fdr_adr'. * ihex.c (ihex_read_section): Remove unused local variable `addr'.
Diffstat (limited to 'bfd/ecofflink.c')
-rw-r--r--bfd/ecofflink.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/ecofflink.c b/bfd/ecofflink.c
index 4246e94f39..d3d79b4a4d 100644
--- a/bfd/ecofflink.c
+++ b/bfd/ecofflink.c
@@ -782,7 +782,6 @@ bfd_ecoff_debug_accumulate (handle, output_bfd, output_debug, output_swap,
fdr_ptr += fdr_add, i++)
{
FDR fdr;
- bfd_vma fdr_adr;
bfd_byte *sym_out;
bfd_byte *lraw_src;
bfd_byte *lraw_end;
@@ -799,8 +798,6 @@ bfd_ecoff_debug_accumulate (handle, output_bfd, output_debug, output_swap,
else
(*input_swap->swap_fdr_in) (input_bfd, (PTR) fdr_ptr, &fdr);
- fdr_adr = fdr.adr;
-
/* FIXME: It is conceivable that this FDR points to the .init or
.fini section, in which case this will not do the right
thing. */