diff options
Diffstat (limited to 'ld/emultempl/vanilla.em')
-rw-r--r-- | ld/emultempl/vanilla.em | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emultempl/vanilla.em b/ld/emultempl/vanilla.em index 96ee34c..4c38207 100644 --- a/ld/emultempl/vanilla.em +++ b/ld/emultempl/vanilla.em @@ -82,6 +82,7 @@ struct ld_emulation_xfer_struct ld_vanilla_emulation = NULL, /* unrecognized file */ NULL, /* list options */ NULL, /* recognized file */ - NULL /* find_potential_libraries */ + NULL, /* find_potential_libraries */ + NULL /* new_vers_pattern */ }; EOF |