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/binutils.texi | |
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/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 88d408f..70f68b3 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1126,6 +1126,7 @@ objdump [ -a | --archive-headers ] [ -j @var{section} | --section=@var{section} ] [ -l | --line-numbers ] [ -S | --source ] [ -m @var{machine} | --architecture=@var{machine} ] + [ -p | --private-headers ] [ -r | --reloc ] [ -R | --dynamic-reloc ] [ -s | --full-contents ] [ --stabs ] [ -t | --syms ] [ -T | --dynamic-syms ] [ -x | --all-headers ] @@ -1283,6 +1284,12 @@ can be useful when disassembling object files which do not describe architecture information, such as S-records. You can list the available architectures with the @samp{-i} option. +@item -p +@itemx --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. + @item -r @itemx --reloc @cindex relocation entries, in object file |