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:
767221a
)
oops - fix typo
author
Nick Clifton
<nickc@redhat.com>
Fri, 25 Mar 2011 18:02:25 +0000
(18:02 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 25 Mar 2011 18:02:25 +0000
(18:02 +0000)
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/coffcode.h
b/bfd/coffcode.h
index 81478e0da4d5c17bd7fb487058e7cbc473d58afa..0fbaa97d411833a587848e77e2a131cd9e4eeb57 100644
(file)
--- 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
a
n;
+ struct internal_reloc n;
file_ptr oldpos = bfd_tell (abfd);
bfd_size_type relsz = bfd_coff_relsz (abfd);