bfd/
[deliverable/binutils-gdb.git] / ld / ldexp.c
index f80ee37a8684ad1da69e005b938741f57614c267..0c7a9b0e68bdb1acf51395f3c92a73dca6e2d278 100644 (file)
@@ -481,7 +481,7 @@ fold_name (etree_type *tree)
          /* Don't find the real header size if only marking sections;
             The bfd function may cache incorrect data.  */
          if (expld.phase != lang_mark_phase_enum)
-           hdr_size = bfd_sizeof_headers (output_bfd, link_info.relocatable);
+           hdr_size = bfd_sizeof_headers (output_bfd, &link_info);
          new_abs (hdr_size);
        }
       break;
This page took 0.024625 seconds and 4 git commands to generate.