aboutsummaryrefslogtreecommitdiff
path: root/ld
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
parent957cc20810c93ca191c1da49befd2801a9e77b9b (diff)
downloadfsf-binutils-gdb-0a9c1c8e0cb400a382039931cbef431bb0b312a1.zip
fsf-binutils-gdb-0a9c1c8e0cb400a382039931cbef431bb0b312a1.tar.gz
fsf-binutils-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')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ld.texinfo6
2 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4362d52..47ca896 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
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}