Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / bfd / coff-x86_64.c
index c5e9a346ae063f16252576da5e492458a363b068..94fd7ac3e4f9c2d7e282d157f7a127d982dec809 100644 (file)
@@ -145,7 +145,7 @@ coff_amd64_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.036879 seconds and 4 git commands to generate.