From 155e0d2321b62f7262221e9cd325104959832ec6 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 3 Sep 2003 08:26:52 +0000 Subject: Use bfd_map_over_sections to walk section chain. Do not dump the contents of an empty section. --- binutils/doc/binutils.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'binutils/doc') diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index ce9dcf0..f940d9f 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1481,7 +1481,7 @@ object files. The long and short forms of options, shown here as alternatives, are equivalent. At least one option from the list -@option{-a,-d,-D,-e,-f,-g,-G,-h,-H,-p,-r,-R,-S,-t,-T,-V,-x} must be given. +@option{-a,-d,-D,-e,-f,-g,-G,-h,-H,-p,-r,-R,-s,-S,-t,-T,-V,-x} must be given. @table @env @item -a @@ -1738,7 +1738,8 @@ libraries. @itemx --full-contents @cindex sections, full contents @cindex object file sections -Display the full contents of any sections requested. +Display the full contents of any sections requested. By default all +non-empty sections are displayed. @item -S @itemx --source -- cgit v1.1