From cf3b55ab18b6d0f5b658e746b57ec3cf193d5688 Mon Sep 17 00:00:00 2001 From: Nico Rieck Date: Fri, 12 Apr 2013 04:07:39 +0000 Subject: Teach llvm-readobj to print ELF program headers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179363 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-readobj.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/CommandGuide') diff --git a/docs/CommandGuide/llvm-readobj.rst b/docs/CommandGuide/llvm-readobj.rst index 1ca0b19a42..b1918b548f 100644 --- a/docs/CommandGuide/llvm-readobj.rst +++ b/docs/CommandGuide/llvm-readobj.rst @@ -76,6 +76,10 @@ input. Otherwise, it will read from the specified ``filenames``. Display the needed libraries (only for ELF object files). +.. option:: -program-headers + + Display the ELF program headers (only for ELF object files). + EXIT STATUS ----------- -- cgit v1.2.3