aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/vanilla.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/vanilla.em')
-rw-r--r--ld/emultempl/vanilla.em3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emultempl/vanilla.em b/ld/emultempl/vanilla.em
index d9076ca..0a74abd 100644
--- a/ld/emultempl/vanilla.em
+++ b/ld/emultempl/vanilla.em
@@ -73,6 +73,7 @@ struct ld_emulation_xfer_struct ld_vanilla_emulation =
NULL, /* parse args */
NULL, /* unrecognized file */
NULL, /* list options */
- NULL /* recognized file */
+ NULL, /* recognized file */
+ NULL /* find_potential_libraries */
};
EOF