mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* lexsup.c (parse_args): Change -V to be a synonym for -v. Add
--verbose to get the old -V behaviour. * ld.1, ld.texinfo: Document this change.
This commit is contained in:
@ -1,5 +1,14 @@
|
|||||||
|
Wed Oct 12 16:22:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
||||||
|
|
||||||
|
* lexsup.c (parse_args): Change -V to be a synonym for -v. Add
|
||||||
|
--verbose to get the old -V behaviour.
|
||||||
|
* ld.1, ld.texinfo: Document this change.
|
||||||
|
|
||||||
Tue Sep 27 14:56:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
Tue Sep 27 14:56:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||||
|
|
||||||
|
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
|
||||||
|
assertion, since it could fail with a user defined linker script.
|
||||||
|
|
||||||
* ldexp.c (fold_name): For DEFINED case, don't try to look up the
|
* ldexp.c (fold_name): For DEFINED case, don't try to look up the
|
||||||
name in the hash table during the first phase--the hash table does
|
name in the hash table during the first phase--the hash table does
|
||||||
not even exist at that point, much less have the right value.
|
not even exist at that point, much less have the right value.
|
||||||
|
7
ld/ld.1
7
ld/ld.1
@ -99,6 +99,7 @@ ld \- the GNU linker
|
|||||||
\&]
|
\&]
|
||||||
.RB "[\|" \-V "\|]"
|
.RB "[\|" \-V "\|]"
|
||||||
.RB "[\|" \-v "\|]"
|
.RB "[\|" \-v "\|]"
|
||||||
|
.RB "[\|" \-\-verbose "\|]"
|
||||||
.RB "[\|" \-\-version "\|]"
|
.RB "[\|" \-\-version "\|]"
|
||||||
.RB "[\|" \-warn\-common "\|]"
|
.RB "[\|" \-warn\-common "\|]"
|
||||||
.RB "[\|" \-warn\-once "\|]"
|
.RB "[\|" \-warn\-once "\|]"
|
||||||
@ -549,7 +550,7 @@ common storage allocation.
|
|||||||
Emulate the
|
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 \-V
|
.I \-\-verbose
|
||||||
option. This option overrides the compiled-in default, which is the
|
option. This option overrides the compiled-in default, which is the
|
||||||
system for which you configured
|
system for which you configured
|
||||||
.BR ld .
|
.BR ld .
|
||||||
@ -753,14 +754,14 @@ turn serve as input to \c
|
|||||||
\&.
|
\&.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-V
|
.B \-\-verbose
|
||||||
Display the version number for \c
|
Display the version number for \c
|
||||||
.B ld
|
.B ld
|
||||||
and list the supported emulations.
|
and list the supported emulations.
|
||||||
Display which input files can and can not be opened.
|
Display which input files can and can not be opened.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-v
|
.B \-v, \-V
|
||||||
Display the version number for \c
|
Display the version number for \c
|
||||||
.B ld\c
|
.B ld\c
|
||||||
\&.
|
\&.
|
||||||
|
Reference in New Issue
Block a user