From 1f59c7a7fdbb30333b0f2392f117b1d2687cf6c7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 9 Feb 1995 16:41:28 +0000 Subject: [PATCH] * lexsup.c (parse_args): For -V, call ldversion with 1, not 0. * ld.texinfo, ld.1: Update accordingly. --- ld/ChangeLog | 5 +++++ ld/ld.1 | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index fa53ee975be..d14e14b0974 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 9 11:38:22 1995 Ian Lance Taylor + + * 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 * ldlang.c (lang_one_common): Adjust references to common symbol diff --git a/ld/ld.1 b/ld/ld.1 index c22971045d4..17ec894b121 100644 --- a/ld/ld.1 +++ b/ld/ld.1 @@ -562,7 +562,9 @@ Emulate the .I emulation linker. You can list the available emulations with the .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 .BR ld . @@ -776,6 +778,9 @@ Display which input files can and can not be opened. Display the version number for \c .B ld\c \&. +The +.B \-V +option also lists the supported emulations. .TP .B \-\-version -- 2.30.2