diff options
author | Nico Rieck <nico.rieck@gmail.com> | 2013-04-12 04:07:39 +0000 |
---|---|---|
committer | Nico Rieck <nico.rieck@gmail.com> | 2013-04-12 04:07:39 +0000 |
commit | cf3b55ab18b6d0f5b658e746b57ec3cf193d5688 (patch) | |
tree | 26eb0b2d937072d5b091fe111ecde2ddb3d1a468 /docs/CommandGuide | |
parent | 7e87373e91afe6a9ed1ead63d9d02448f02213d3 (diff) |
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.rst | 4 |
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 ----------- |