diff options
author | Nick Clifton <nickc@redhat.com> | 2003-09-03 08:26:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-09-03 08:26:52 +0000 |
commit | 155e0d2321b62f7262221e9cd325104959832ec6 (patch) | |
tree | f36f2c1accae8475032753f280eb4e8d6f428b45 /binutils/doc | |
parent | 60b04ee881f1a448f92b009ff39ae40ddf723465 (diff) | |
download | gdb-155e0d2321b62f7262221e9cd325104959832ec6.zip gdb-155e0d2321b62f7262221e9cd325104959832ec6.tar.gz gdb-155e0d2321b62f7262221e9cd325104959832ec6.tar.bz2 |
Use bfd_map_over_sections to walk section chain.
Do not dump the contents of an empty section.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 5 |
1 files changed, 3 insertions, 2 deletions
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 |