Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / bfd / coff-mips.c
index c6fe679a6c68e56cdf02a9b1464b068c62fa8773..c9c7fc66ba229261f92c663da0562ebd0072aa7c 100644 (file)
@@ -507,7 +507,7 @@ mips_reflo_reloc (bfd *abfd ATTRIBUTE_UNUSED,
          if (! bfd_reloc_offset_in_range (reloc_entry->howto, abfd,
                                           input_section,
                                           reloc_entry->address
-                                          * bfd_octets_per_byte (abfd)))
+                                          * bfd_octets_per_byte (abfd, NULL)))
            return bfd_reloc_outofrange;
 
          /* Do the REFHI relocation.  Note that we actually don't
This page took 0.030124 seconds and 4 git commands to generate.