diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-25 21:30:00 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-25 21:30:00 +0000 |
commit | 8594f568906ffe9b7c9297b115625fb6b5c3850b (patch) | |
tree | 7a4e80a6843ed985eddb0703ed30fd6a68231cb8 /ld/ld.texinfo | |
parent | 4b471f9391d22fade680878aa29ea6cac5f8211c (diff) | |
download | gdb-8594f568906ffe9b7c9297b115625fb6b5c3850b.zip gdb-8594f568906ffe9b7c9297b115625fb6b5c3850b.tar.gz gdb-8594f568906ffe9b7c9297b115625fb6b5c3850b.tar.bz2 |
Tue Jan 25 13:19:41 1994 Stan Shebs (shebs@andros.cygnus.com)
* ldmain.c (main): Compute and display total execution time.
* ld.texinfo (-stats): Document the option.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index c305215..fad8802 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -173,7 +173,8 @@ ld [ -o @var{output} ] @var{objfile}@dots{} [ -l@var{archive} ] [ -L@var{searchdir} ] [ -M ] [ -Map @var{mapfile} ] [ -m @var{emulation} ] [ -N | -n ] [ -noinhibit-exec ] [ -oformat @var{output-format} ] [ -R @var{filename} ] [ -relax ] - [ -r | -Ur ] [ -S ] [ -s ] [ -sort-common ] [ -T @var{commandfile} ] + [ -r | -Ur ] [ -S ] [ -s ] [ -sort-common ] [ -stats ] + [ -T @var{commandfile} ] [ -Ttext @var{org} ] [ -Tdata @var{org} ] [ -Tbss @var{org} ] [ -t ] [ -u @var{symbol}] [-V] [-v] [ --version ] [ -warn-common ] [ -y@var{symbol} ] [ -X ] [-x ] @@ -519,6 +520,10 @@ one byte symbols, then all the two bytes, then all the four bytes, and then everything else. This is to prevent gaps between symbols due to alignment constraints. This option disables that sorting. +@item -stats +Compute and display statistics about the operation of the linker, +such as execution time and memory usage. + @item -Tbss @var{org} @kindex -Tbss @var{org} @itemx -Tdata @var{org} |