From ab4a46fa1cb248097e23e828f7f0204e38359e57 Mon Sep 17 00:00:00 2001 From: Hemant Kulkarni Date: Tue, 26 Jan 2016 19:46:39 +0000 Subject: [llvm-readobj] Add -elf-section-groups option Adds a way to inspect SHT_GROUP sections in ELF objects. Displays signature, member sections of these sections. Differential revision: http://reviews.llvm.org/D16555 llvm-svn: 258845 --- llvm/docs/CommandGuide/llvm-readobj.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/CommandGuide/llvm-readobj.rst') diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst index b1918b548f8..417fcd05c8a 100644 --- a/llvm/docs/CommandGuide/llvm-readobj.rst +++ b/llvm/docs/CommandGuide/llvm-readobj.rst @@ -80,6 +80,10 @@ input. Otherwise, it will read from the specified ``filenames``. Display the ELF program headers (only for ELF object files). +.. option:: -elf-section-groups, -g + + Display section groups (only for ELF object files). + EXIT STATUS ----------- -- cgit v1.2.3