* objdump.1: Fix typo (-d to -D). From Nokubi Hirotaka
<hnokubi@yyy.or.jp>.
This commit is contained in:
parent
a0acbf4ab5
commit
5967a42ef7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 8 16:29:43 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* objdump.1: Fix typo (-d to -D). From Nokubi Hirotaka
|
||||
<hnokubi@yyy.or.jp>.
|
||||
|
||||
Sun Dec 6 13:28:09 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* objdump.c (SFILE): Add size field.
|
||||
|
|
|
@ -272,7 +272,7 @@ some object file formats, no additional information is printed.
|
|||
.TP
|
||||
.B \-\-reloc
|
||||
Print the relocation entries of the file. If used with \fB\-d\fP or
|
||||
\fB\-d\fP, the relocations are printed interspersed with the
|
||||
\fB\-D\fP, the relocations are printed interspersed with the
|
||||
disassembly.
|
||||
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue