From d6df0547fe61690c6df935adefbe44eba16078cc 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 llvm-svn: 179363 --- llvm/docs/CommandGuide/llvm-readobj.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs') 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 ----------- -- cgit v1.2.3