Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / bfd / coff-arm.c
index c9a7c098f541a9014ea0e11cb34e057e5dc617e9..e297df27e833975b84717f2e4ad8fdb127cc0434 100644 (file)
@@ -118,7 +118,7 @@ coff_arm_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.025531 seconds and 4 git commands to generate.