* readelf.c (do_wide): New.
[deliverable/binutils-gdb.git] / binutils / doc / binutils.texi
index 6b6f19ef645edfb4e9f1a339e3de16a800681479..45878cbf304364df2a9218c1aea2f82d96bde5b1 100644 (file)
@@ -2837,6 +2837,7 @@ readelf [@option{-a}|@option{--all}]
         [@option{-w[liaprmf]}|@option{--debug-dump}[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames]]
         [@option{-histogram}]
         [@option{-v}|@option{--version}]
+        [@option{-W}|@option{--wide}]
         [@option{-H}|@option{--help}]
         @var{elffile}@dots{}
 @c man end
@@ -2949,6 +2950,14 @@ of the symbol tables.
 @itemx --version
 Display the version number of readelf.
 
+@item -W
+@itemx --wide
+Don't break output lines to fit into 80 columns. By default
+@command{readelf} breaks section header and segment listing lines for
+64-bit ELF files, so that they fit into 80 columns. This option causes
+@command{readelf} to print each section header resp. each segment one a
+single line, which is far more readable on terminals wider than 80 columns.
+
 @item -H
 @itemx --help
 Display the command line options understood by @command{readelf}.
This page took 0.024996 seconds and 4 git commands to generate.