Browse Source

oops - fix typo

gdb_7_3-branch
Nick Clifton 15 years ago
parent
commit
57f3d89e8a
  1. 2
      bfd/coffcode.h

2
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);

Loading…
Cancel
Save