diff options
author | David MacKenzie <djm@cygnus> | 1993-06-17 23:23:48 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-06-17 23:23:48 +0000 |
commit | d18a45278e73ae05ed85e5bbb0489a6cca9dab77 (patch) | |
tree | 34b3acd45eb6893ba098dbd175cae99f62fa8ddb /ld/ld.1 | |
parent | d57528d1ce56c777e40d7c9416af5e91af2cb88d (diff) | |
download | gdb-d18a45278e73ae05ed85e5bbb0489a6cca9dab77.zip gdb-d18a45278e73ae05ed85e5bbb0489a6cca9dab77.tar.gz gdb-d18a45278e73ae05ed85e5bbb0489a6cca9dab77.tar.bz2 |
Document -Map option.
Diffstat (limited to 'ld/ld.1')
-rw-r--r-- | ld/ld.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -61,6 +61,9 @@ ld \- the GNU linker .I searchdir\c \&\|] .RB "[\|" \-M "\|]" +.RB "[\|" \-Map\c +.I mapfile\c +\&\|] .RB "[\|" \-m\c .I emulation\c \&\|] @@ -517,6 +520,16 @@ about where symbols are mapped by \c common storage allocation. .TP +.BI "\-Map " "mapfile"\c +Print to the file +.I mapfile +a link map\(em\&diagnostic information +about where symbols are mapped by \c +.B ld\c +\&, and information on global +common storage allocation. + +.TP .BI "\-m " "emulation"\c Emulate the .I emulation |