aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-02-10 00:40:38 +0000
committerChris Demetriou <cgd@google.com>2002-02-10 00:40:38 +0000
commit0a9c1c8e0cb400a382039931cbef431bb0b312a1 (patch)
tree4e9aaeedb310bc834b760588c77cf540682f01a2 /ld/ld.texinfo
parent957cc20810c93ca191c1da49befd2801a9e77b9b (diff)
downloadgdb-0a9c1c8e0cb400a382039931cbef431bb0b312a1.zip
gdb-0a9c1c8e0cb400a382039931cbef431bb0b312a1.tar.gz
gdb-0a9c1c8e0cb400a382039931cbef431bb0b312a1.tar.bz2
2002-02-08 Chris Demetriou <cgd@broadcom.com>
* ld.texinfo (Options): Add back in -nostdlib documentation, which had been inadvertently removed.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 1069d03..78afbbe 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}