diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-03 23:32:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-03 23:32:22 +0000 |
commit | 144826805f0b71c706fc778e814f0a4f226784c3 (patch) | |
tree | 415e03d21bb29fedee2c1cf10bc333bbb629b420 /binutils/objdump.1 | |
parent | bba897857d622c62909430a9605fbf6449c2efbb (diff) | |
download | gdb-144826805f0b71c706fc778e814f0a4f226784c3.zip gdb-144826805f0b71c706fc778e814f0a4f226784c3.tar.gz gdb-144826805f0b71c706fc778e814f0a4f226784c3.tar.bz2 |
* binutils.texi, objdump.1: Document -p/--private-headers.
Diffstat (limited to 'binutils/objdump.1')
-rw-r--r-- | binutils/objdump.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/objdump.1 b/binutils/objdump.1 index 69217b9..ed4a629 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -44,6 +44,7 @@ objdump \- display information from object files. .RB " | " "\-\-architecture="\c .I machine\c \&\|] +.RB "[\|" \-p | \-\-private\-headers "\|]" .RB "[\|" \-\-prefix\-addresses "\|]" .RB "[\|" \-r | \-\-reloc "\|]" .RB "[\|" \-R | \-\-dynamic\-reloc "\|]" @@ -259,6 +260,14 @@ architecture information, such as S-records. You can list the available architectures with the \fB\-i\fP option. .TP +.B \-p +.TP +.B \-\-private\-headers +Print information that is specific to the object file format. The +exact information printed depends upon the object file format. For +some object file formats, no additional information is printed. + +.TP .B \-r .TP .B \-\-reloc |