* bfd-in2.h: Regenerate.
[deliverable/binutils-gdb.git] / bfd / elflink.c
index 9630709758bbeddf79bae2c1d32e421cbd0f3fc8..77aae5e49322c9f0ddcd36e9b9dccef5d83dd8a1 100644 (file)
@@ -7954,7 +7954,8 @@ elf_link_input_bfd (struct elf_final_link_info *finfo, bfd *input_bfd)
 
       /* Write out the modified section contents.  */
       if (bed->elf_backend_write_section
-         && (*bed->elf_backend_write_section) (output_bfd, o, contents))
+         && (*bed->elf_backend_write_section) (output_bfd, finfo->info, o,
+                                               contents))
        {
          /* Section written out.  */
        }
This page took 0.034204 seconds and 4 git commands to generate.