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 | |
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')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.1 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d8e79b5..0784895 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-02-01 Nick Clifton <nickc@redhat.com> + + * ld.1: Replace occurances of -oformat with --oformat. + 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com> * ldlang.c (lang_leave_overlay): Don't set lma_region when @@ -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 |