* lexsup.c (parse_args): For -V, call ldversion with 1, not 0.

* ld.texinfo, ld.1: Update accordingly.
This commit is contained in:
Ian Lance Taylor 1995-02-09 16:41:28 +00:00
parent fa247c00bc
commit 1f59c7a7fd
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Feb 9 11:38:22 1995 Ian Lance Taylor <ian@cygnus.com>
* lexsup.c (parse_args): For -V, call ldversion with 1, not 0.
* ld.texinfo, ld.1: Update accordingly.
Wed Feb 8 17:34:45 1995 Ian Lance Taylor <ian@cygnus.com> Wed Feb 8 17:34:45 1995 Ian Lance Taylor <ian@cygnus.com>
* ldlang.c (lang_one_common): Adjust references to common symbol * ldlang.c (lang_one_common): Adjust references to common symbol

View File

@ -562,7 +562,9 @@ Emulate the
.I emulation .I emulation
linker. You can list the available emulations with the linker. You can list the available emulations with the
.I \-\-verbose .I \-\-verbose
option. This option overrides the compiled-in default, which is the or
.I \-V
options. This option overrides the compiled-in default, which is the
system for which you configured system for which you configured
.BR ld . .BR ld .
@ -776,6 +778,9 @@ Display which input files can and can not be opened.
Display the version number for \c Display the version number for \c
.B ld\c .B ld\c
\&. \&.
The
.B \-V
option also lists the supported emulations.
.TP .TP
.B \-\-version .B \-\-version