projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0eec2c
)
* coff-arm.c (coff_arm_rtype_to_howto): Fix shadowed variable
author
Nick Clifton
<nickc@redhat.com>
Sat, 12 Dec 2009 10:07:53 +0000
(10:07 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Sat, 12 Dec 2009 10:07:53 +0000
(10:07 +0000)
warning.
bfd/ChangeLog
patch
|
blob
|
history
bfd/coff-arm.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 0d2cfdd3a24f939ec8bfebfd82071fad15667330..5b339a94e45272fe180aa61541c62cd68a17ff85 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2009-12-12 Nick Clifton <nickc@redhat.com>
+
+ * coff-arm.c (coff_arm_rtype_to_howto): Fix shadowed variable
+ warning.
+
2009-12-11 Tristan Gingold <gingold@adacore.com>
* som.c (bfd_som_set_subsection_attributes)
diff --git
a/bfd/coff-arm.c
b/bfd/coff-arm.c
index 422c53ea0c2a01358fde2db350769dc7321d97b1..2e0110a61a20395be4030415b7716a34ac6dbdc8 100644
(file)
--- 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