diff options
Diffstat (limited to 'ld/emultempl/gld960c.em')
-rw-r--r-- | ld/emultempl/gld960c.em | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emultempl/gld960c.em b/ld/emultempl/gld960c.em index 0772bca..261a3f8 100644 --- a/ld/emultempl/gld960c.em +++ b/ld/emultempl/gld960c.em @@ -204,6 +204,7 @@ struct ld_emulation_xfer_struct ld_gld960coff_emulation = NULL, /* unrecognized file */ NULL, /* list options */ NULL, /* recognized file */ - NULL /* find_potential_libraries */ + NULL, /* find_potential_libraries */ + NULL /* new_vers_pattern */ }; EOF |