This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, trunk & branch] put back -nostdlib documentation.


I've committed the patch below to the trunk (obvious).  I had put the
documentation in on 2001-11-01 (rev 1.56 of ld.texinfo).  The change
made in rev 1.57 of ld.texinfo committed over it, blowing it away.
(*sigh*)

Daniel, OK for the branch?


2002-02-08  Chris Demetriou  <cgd@broadcom.com>

	* ld.texinfo (Options): Add back in -nostdlib documentation,
	which had been inadvertently removed.

Index: ld.texinfo
===================================================================
RCS file: /cvs/src/src/ld/ld.texinfo,v
retrieving revision 1.60
diff -u -r1.60 ld.texinfo
--- ld.texinfo	2002/01/07 17:32:42	1.60
+++ ld.texinfo	2002/02/10 00:38:58
@@ -1116,6 +1116,12 @@
 errors during the link process; it exits without writing an output file
 when it issues any error whatsoever.
 
+@kindex -nostdlib
+@item -nostdlib
+Only search library directories explicitly specified on the
+command line.  Library directories specified in linker scripts
+(including linker scripts specified on the command line) are ignored.
+
 @ifclear SingleFormat
 @kindex --oformat
 @item --oformat @var{output-format}



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]