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 | d6df0547fe61690c6df935adefbe44eba16078cc (patch) | |
| tree | bffdb2389daa545b0f2f358adcaeb761417f1ad1 /llvm/docs/CommandGuide | |
| parent | e85c663f1942f33efa44a1e6a862a8a766372786 (diff) | |
| download | bcm5719-llvm-d6df0547fe61690c6df935adefbe44eba16078cc.tar.gz bcm5719-llvm-d6df0547fe61690c6df935adefbe44eba16078cc.zip | |
Teach llvm-readobj to print ELF program headers
llvm-svn: 179363
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-readobj.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst index 1ca0b19a425..b1918b548f8 100644 --- a/llvm/docs/CommandGuide/llvm-readobj.rst +++ b/llvm/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 ----------- |

