diff options
Diffstat (limited to 'gnu/usr.bin/ld/ld.1')
-rw-r--r-- | gnu/usr.bin/ld/ld.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index b181fd70f9cc..7642f05a717e 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ld.1,v 1.5.2.1 1994/05/01 16:03:59 jkh Exp $ +.\" $Id: ld.1,v 1.7 1994/06/15 22:39:35 rich Exp $ .\" .Dd October 14, 1993 .Dt LD 8 @@ -103,6 +103,11 @@ Force all members of archives to be loaded, whether or not such members contribute a definition to any plain object files. Useful for making a shared library from an archive of PIC objects without having to unpack the archive. +.It Fl B Ar silly +Search for +.Em \.sa +silly archive companions of shared objects. Useful for compatibility with +version 3 shared objects. .It Fl D Ar data-size Set the size of the data segment. For sanity's sake, this should be larger than the cumulative data sizes of the input files. |