summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2013-04-12 04:07:39 +0000
committerNico Rieck <nico.rieck@gmail.com>2013-04-12 04:07:39 +0000
commitcf3b55ab18b6d0f5b658e746b57ec3cf193d5688 (patch)
tree26eb0b2d937072d5b091fe111ecde2ddb3d1a468 /docs/CommandGuide
parent7e87373e91afe6a9ed1ead63d9d02448f02213d3 (diff)
downloadllvm-cf3b55ab18b6d0f5b658e746b57ec3cf193d5688.tar.gz
llvm-cf3b55ab18b6d0f5b658e746b57ec3cf193d5688.tar.bz2
llvm-cf3b55ab18b6d0f5b658e746b57ec3cf193d5688.tar.xz
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
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-readobj.rst4
1 files changed, 4 insertions, 0 deletions
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
-----------