diff --git a/ld/ChangeLog b/ld/ChangeLog index 4362d528f8..47ca896dda 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 1069d03746..78afbbe95c 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}