From 82c8d12f222ab1c1d7ddd23edf467d9c33fffadb Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 13 May 2000 16:52:25 +0000 Subject: [PATCH] Return this file to the vendor's file. --- contrib/binutils/binutils/objdump.1 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/contrib/binutils/binutils/objdump.1 b/contrib/binutils/binutils/objdump.1 index 5fd1e23efb8f..0894119dbd58 100644 --- a/contrib/binutils/binutils/objdump.1 +++ b/contrib/binutils/binutils/objdump.1 @@ -1,5 +1,6 @@ -.\" Copyright (c) 1991, 1996, 1997 Free Software Foundation +.\" Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 1998 Free Software Foundation .\" See section COPYING for conditions for redistribution +.\" $FreeBSD$ .TH objdump 1 "5 November 1991" "cygnus support" "GNU Development Tools" .de BP .sp @@ -44,6 +45,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 "\|]" @@ -258,6 +260,14 @@ 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 \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 @@ -308,7 +318,8 @@ sections from an ELF file. This is only useful on systems (such as Solaris 2.0) in which .stab debugging symbol-table entries are carried in an ELF section. In most other file formats, debugging symbol-table entries are interleaved with linkage symbols, and are visible in the -\fB\-\-syms\fP output. +.B \-\-syms +output. .TP .BI "\-\-start\-address=" "address"