diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-11 06:01:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-11 06:01:20 +0000 |
commit | 88e5f95a93c944cdcf31c26c3d93baddc8d18872 (patch) | |
tree | fc657a1fb5e0ceeb952b5e5ad8744fec0332849c /contrib/binutils/ld/emultempl/sunos.em | |
parent | bde4025733b25eb758560c82632106eafd34580e (diff) | |
download | src-test2-88e5f95a93c944cdcf31c26c3d93baddc8d18872.tar.gz src-test2-88e5f95a93c944cdcf31c26c3d93baddc8d18872.zip |
Notes
Diffstat (limited to 'contrib/binutils/ld/emultempl/sunos.em')
-rw-r--r-- | contrib/binutils/ld/emultempl/sunos.em | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/binutils/ld/emultempl/sunos.em b/contrib/binutils/ld/emultempl/sunos.em index 17cd40787ce5..64e5ea5dd458 100644 --- a/contrib/binutils/ld/emultempl/sunos.em +++ b/contrib/binutils/ld/emultempl/sunos.em @@ -1050,6 +1050,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = NULL, /* unrecognized file */ NULL, /* list options */ NULL, /* recognized file */ - NULL /* find_potential_libraries */ + NULL, /* find_potential_libraries */ + NULL /* new_vers_pattern */ }; EOF |