To satisfy latest CVS gcc:
[deliverable/binutils-gdb.git] / ld / emultempl / generic.em
index 9a3f530782beda6b1a1edb401a75f64ccd4d977b..813238d9c084b787f0d26fe6e06a905955cbd518 100644 (file)
@@ -113,6 +113,15 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
   before_allocation_default,
   gld${EMULATION_NAME}_get_script,
   "${EMULATION_NAME}",
-  "${OUTPUT_FORMAT}"
+  "${OUTPUT_FORMAT}",
+  NULL,        /* finish */
+  NULL,        /* create output section statements */
+  NULL,        /* open dynamic archive */
+  NULL,        /* place orphan */
+  NULL,        /* set symbols */
+  NULL,        /* parse args */
+  NULL,        /* unrecognized file */
+  NULL,        /* list options */
+  NULL         /* recognized file */
 };
 EOF
This page took 0.023332 seconds and 4 git commands to generate.