diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-12 20:26:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-12 20:26:35 +0000 |
commit | a82ae15d4b278243545bdc8290f044e69ea7c31c (patch) | |
tree | 70a145fee45e3d929ee4347b23149c907c5c9570 /ld/ld.1 | |
parent | 1ed0529ed70ad286cf8fc982b5c54c780266af14 (diff) | |
download | gdb-a82ae15d4b278243545bdc8290f044e69ea7c31c.zip gdb-a82ae15d4b278243545bdc8290f044e69ea7c31c.tar.gz gdb-a82ae15d4b278243545bdc8290f044e69ea7c31c.tar.bz2 |
* 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.
Diffstat (limited to 'ld/ld.1')
-rw-r--r-- | ld/ld.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -99,6 +99,7 @@ ld \- the GNU linker \&] .RB "[\|" \-V "\|]" .RB "[\|" \-v "\|]" +.RB "[\|" \-\-verbose "\|]" .RB "[\|" \-\-version "\|]" .RB "[\|" \-warn\-common "\|]" .RB "[\|" \-warn\-once "\|]" @@ -549,7 +550,7 @@ common storage allocation. Emulate the .I emulation linker. You can list the available emulations with the -.I \-V +.I \-\-verbose option. This option overrides the compiled-in default, which is the system for which you configured .BR ld . @@ -753,14 +754,14 @@ turn serve as input to \c \&. .TP -.B \-V +.B \-\-verbose Display the version number for \c .B ld and list the supported emulations. Display which input files can and can not be opened. .TP -.B \-v +.B \-v, \-V Display the version number for \c .B ld\c \&. |