From: Chris Demetriou Date: Sun, 10 Feb 2002 00:40:38 +0000 (+0000) Subject: 2002-02-08 Chris Demetriou X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a9c1c8e0cb400a382039931cbef431bb0b312a1;p=binutils-gdb.git 2002-02-08 Chris Demetriou * ld.texinfo (Options): Add back in -nostdlib documentation, which had been inadvertently removed. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 4362d528f8d..47ca896ddae 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-02-08 Chris Demetriou + + * ld.texinfo (Options): Add back in -nostdlib documentation, + which had been inadvertently removed. + 2002-02-09 Hans-Peter Nilsson * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 1069d037467..78afbbe95c6 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -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}