diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-01 18:44:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-01 18:44:43 +0000 |
commit | 0088edd2a057487d67fe4a76fee5bd649fe5d455 (patch) | |
tree | f7e4bc5b6e8d7285e2d2e29478de09ef06efd86b /ld/ld.1 | |
parent | a987bfc987248990aeee2ede0bcd005732b948c4 (diff) | |
download | gdb-0088edd2a057487d67fe4a76fee5bd649fe5d455.zip gdb-0088edd2a057487d67fe4a76fee5bd649fe5d455.tar.gz gdb-0088edd2a057487d67fe4a76fee5bd649fe5d455.tar.bz2 |
Replace occurances of -oformat with --oformat.
Diffstat (limited to 'ld/ld.1')
-rw-r--r-- | ld/ld.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,7 +97,7 @@ ld \- the GNU linker .RB "[\|" \-O\c .I level\c \&\|] -.RB "[\|" "\-oformat\ "\c +.RB "[\|" "\--oformat\ "\c .I output-format\c \&\|] .RB "[\|" "\-R\ "\c @@ -728,7 +728,7 @@ final binary. the optimizations. .TP -.BI "\-oformat " "output\-format" +.BI "\--oformat " "output\-format" Specify the binary format for the output object file. You don't usually need to specify this, as \c |