diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-12-08 21:30:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-12-08 21:30:59 +0000 |
commit | 5967a42ef7cd32259d1b57842b8836b36c0d85c0 (patch) | |
tree | 4a83676cf03f1604591f20a5676e2e6efaa99e92 /binutils | |
parent | a0acbf4ab578edbf7cdf8d65d7f90e15bf1f77c2 (diff) | |
download | fsf-binutils-gdb-5967a42ef7cd32259d1b57842b8836b36c0d85c0.zip fsf-binutils-gdb-5967a42ef7cd32259d1b57842b8836b36c0d85c0.tar.gz fsf-binutils-gdb-5967a42ef7cd32259d1b57842b8836b36c0d85c0.tar.bz2 |
* objdump.1: Fix typo (-d to -D). From Nokubi Hirotaka
<hnokubi@yyy.or.jp>.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/objdump.1 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 471d0dd..b782873 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. diff --git a/binutils/objdump.1 b/binutils/objdump.1 index 128664e..ddc153e 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -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 |