aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-25 18:02:25 +0000
committerNick Clifton <nickc@redhat.com>2011-03-25 18:02:25 +0000
commit57f3d89e8a706e93ae1abc0a40f1df38d0f79bbf (patch)
tree5dece39a4d39e384386904aebb69a7e1fd6143ef /bfd/coffcode.h
parent767221a942ad58542d6f5656433dbd07c65ae79f (diff)
downloadgdb-57f3d89e8a706e93ae1abc0a40f1df38d0f79bbf.zip
gdb-57f3d89e8a706e93ae1abc0a40f1df38d0f79bbf.tar.gz
gdb-57f3d89e8a706e93ae1abc0a40f1df38d0f79bbf.tar.bz2
oops - fix typo
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 81478e0..0fbaa97 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -1856,7 +1856,7 @@ coff_set_alignment_hook (bfd * abfd ATTRIBUTE_UNUSED,
if (hdr->s_flags & IMAGE_SCN_LNK_NRELOC_OVFL)
{
struct external_reloc dst;
- struct internal_reloc an;
+ struct internal_reloc n;
file_ptr oldpos = bfd_tell (abfd);
bfd_size_type relsz = bfd_coff_relsz (abfd);