From 144826805f0b71c706fc778e814f0a4f226784c3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 3 Jun 1998 23:32:22 +0000 Subject: [PATCH] * binutils.texi, objdump.1: Document -p/--private-headers. --- binutils/ChangeLog | 4 ++++ binutils/binutils.texi | 7 +++++++ binutils/objdump.1 | 9 +++++++++ 3 files changed, 20 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4ffb49b..310c1dd 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 3 19:31:33 1998 Ian Lance Taylor + + * binutils.texi, objdump.1: Document -p/--private-headers. + Wed Jun 3 12:09:40 1998 Nick Clifton * objcopy.c: Add new command line options: --change-section-lma 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 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 -- 2.7.4