OSDN Git Service

2002-02-08 Chris Demetriou <cgd@broadcom.com>
authorcgd <cgd>
Sun, 10 Feb 2002 00:40:38 +0000 (00:40 +0000)
committercgd <cgd>
Sun, 10 Feb 2002 00:40:38 +0000 (00:40 +0000)
        * ld.texinfo (Options): Add back in -nostdlib documentation,
        which had been inadvertently removed.

ld/ChangeLog
ld/ld.texinfo

index 4362d52..47ca896 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-08  Chris Demetriou  <cgd@broadcom.com>
+
+       * ld.texinfo (Options): Add back in -nostdlib documentation,
+       which had been inadvertently removed.
+
 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
index 1069d03..78afbbe 100644 (file)
@@ -1116,6 +1116,12 @@ Normally, the linker will not produce an output file if it encounters
 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}