* ldlang.h (lang_input_section_type): Remove "ifile" field.
[deliverable/binutils-gdb.git] / ld / emultempl / m68hc1xelf.em
index 3d04773423e5d84b184f583dc235c4aa10cb0924..4cdfcc21c7522b9246445083f704c1d9bfb92154 100644 (file)
@@ -272,7 +272,7 @@ m68hc11elf_add_stub_section (const char *stub_sec_name,
      at the correct place.  */
   info.input_section = tramp_section;
   lang_list_init (&info.add);
-  lang_add_section (&info.add, stub_sec, os, stub_file);
+  lang_add_section (&info.add, stub_sec, os);
 
   if (info.add.head == NULL)
     goto err_ret;
This page took 0.027526 seconds and 4 git commands to generate.