aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2001-11-02 01:13:09 +0000
committerChris Demetriou <cgd@google.com>2001-11-02 01:13:09 +0000
commit361b220ebe7753ec50bfdd6cde560cd242a5a9bb (patch)
tree1530967b9fb79685a6e91cc481fa5e5c3adc5d58 /ld/ld.texinfo
parente3eb7b4206ec2d414f225046e15d6a5db3721a3e (diff)
downloadgdb-361b220ebe7753ec50bfdd6cde560cd242a5a9bb.zip
gdb-361b220ebe7753ec50bfdd6cde560cd242a5a9bb.tar.gz
gdb-361b220ebe7753ec50bfdd6cde560cd242a5a9bb.tar.bz2
2001-11-01 Chris Demetriou <cgd@broadcom.com>
* ld.texinfo (Options): Document new option, -nostdlib. * lexsup.c (OPTION_NOSTDLIB): New definition. (ld_options): Add entry for "nostdlib". (parse_args): Handle OPTIONS_NOSTDLIB. * ldfile.c (ldfile_add_library_path): Don't add directories to the search path if they weren't specified on the command line and -nostdlib was specified. * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
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 09a03db..320cc4c 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -1110,6 +1110,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}