Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / bfd / coff-i386.c
index 9810fd71be3a94635b539751956225ba95920737..f28eb8af0cd3cb40604debbaae93420907c0f6dd 100644 (file)
@@ -146,7 +146,7 @@ coff_i386_reloc (bfd *abfd,
 
       if (! bfd_reloc_offset_in_range (howto, abfd, input_section,
                                       reloc_entry->address
-                                      * bfd_octets_per_byte (abfd)))
+                                      * bfd_octets_per_byte (abfd, NULL)))
        return bfd_reloc_outofrange;
 
       switch (howto->size)
This page took 0.024171 seconds and 4 git commands to generate.