OSDN Git Service

2001-11-01 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@broadcom.com>
Fri, 2 Nov 2001 01:13:09 +0000 (01:13 +0000)
committerChris Demetriou <cgd@broadcom.com>
Fri, 2 Nov 2001 01:13:09 +0000 (01:13 +0000)
commitb929045c930244cb76aca9da703b07009110d189
treeac9be4e4b65e18cdc5aba5d623efabb996364c65
parent64acd2b9a7a606840b257da1c01a5f40b615d61f
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.
ld/ChangeLog
ld/ld.h
ld/ld.texinfo
ld/ldfile.c
ld/lexsup.c