From d974e256612f0886ab921d86345dace103c2e7ed Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 25 Sep 2001 16:44:19 +0000 Subject: * readelf.c (do_wide): New. (options): Add --wide. (usage, parse_args): Likewise. (process_program_headers): Put each segment on a single line if --wide is given. (process_section_headers): Put each section on a single line if --wide is given. * doc/binutils.texi: Document it. * NEWS: Likewise. --- binutils/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils/NEWS') diff --git a/binutils/NEWS b/binutils/NEWS index f4745c0..744b83b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* readelf: Add --wide option to not break section header or segment listing + lines to fit into 80 columns. + * strings: Add --encoding to display wide character strings. By Markus Kuhn. * objcopy: Add --rename-section to change section names. -- cgit v1.1