Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / bfd / elf32-msp430.c
index d581dbcd9308a67e18fd3cb6b35ac2ca7014d176..7f675fcc34d20b6828c44a7ac46454e122af283f 100644 (file)
@@ -36,7 +36,7 @@ rl78_sym_diff_handler (bfd * abfd,
                       char ** error_message ATTRIBUTE_UNUSED)
 {
   bfd_size_type octets;
-  octets = reloc->address * bfd_octets_per_byte (abfd);
+  octets = reloc->address * bfd_octets_per_byte (abfd, NULL);
 
   /* Catch the case where bfd_install_relocation would return
      bfd_reloc_outofrange because the SYM_DIFF reloc is being used in a very
This page took 0.02687 seconds and 4 git commands to generate.