From: nickc Date: Sat, 12 Dec 2009 19:07:52 +0000 (+0000) Subject: * coff-arm.c (coff_arm_rtype_to_howto): Fix shadowed variable X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a0a5437193d88ed007da309ce6925eaf39c5e25b;p=pf3gnuchains%2Fpf3gnuchains3x.git * coff-arm.c (coff_arm_rtype_to_howto): Fix shadowed variable warning. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0d2cfdd3a2..5b339a94e4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-12-12 Nick Clifton + + * coff-arm.c (coff_arm_rtype_to_howto): Fix shadowed variable + warning. + 2009-12-11 Tristan Gingold * som.c (bfd_som_set_subsection_attributes) diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 422c53ea0c..2e0110a61a 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -549,7 +549,6 @@ coff_arm_rtype_to_howto (bfd *abfd ATTRIBUTE_UNUSED, osect_vma = h->root.u.def.section->output_section->vma; else { - asection *sec; int i; /* Sigh, the only way to get the section to offset against