summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/emultempl/vanilla.em
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/ld/emultempl/vanilla.em')
-rw-r--r--contrib/binutils/ld/emultempl/vanilla.em12
1 files changed, 11 insertions, 1 deletions
diff --git a/contrib/binutils/ld/emultempl/vanilla.em b/contrib/binutils/ld/emultempl/vanilla.em
index 04e36fb..0a74abd 100644
--- a/contrib/binutils/ld/emultempl/vanilla.em
+++ b/contrib/binutils/ld/emultempl/vanilla.em
@@ -64,6 +64,16 @@ struct ld_emulation_xfer_struct ld_vanilla_emulation =
before_allocation_default,
vanilla_get_script,
"vanilla",
- "a.out-sunos-big"
+ "a.out-sunos-big",
+ 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 */
+ NULL /* find_potential_libraries */
};
EOF
OpenPOWER on IntegriCloud