aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.1
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-14 17:52:53 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-14 17:52:53 +0000
commitc3c93fda326ef5fcbb528dc35004c6a11e0c574f (patch)
treef0cebb65e003c9beb117014ab93303afc91b7702 /binutils/objdump.1
parent252f6c65f23072b3ad788fa1e03f17c964279ebd (diff)
downloadgdb-c3c93fda326ef5fcbb528dc35004c6a11e0c574f.zip
gdb-c3c93fda326ef5fcbb528dc35004c6a11e0c574f.tar.gz
gdb-c3c93fda326ef5fcbb528dc35004c6a11e0c574f.tar.bz2
* objdump.c (dump_elf_stabs): Also dump .stab.index and .stab.excl sections.
(dump_elf_stabs_1): Split out main body of old dump_elf_stabs. * objdump.1, binutils.texi: Document new sections dumped.
Diffstat (limited to 'binutils/objdump.1')
-rw-r--r--binutils/objdump.110
1 files changed, 5 insertions, 5 deletions
diff --git a/binutils/objdump.1 b/binutils/objdump.1
index 7344fa2..e520ab0 100644
--- a/binutils/objdump.1
+++ b/binutils/objdump.1
@@ -170,11 +170,11 @@ Display the full contents of any sections requested.
.TP
.B \--stabs
-Display the contents of the .stab section from an ELF file.
-This is only useful on systems (such as Solaris 2.0) in which
-.stab debugging symbol-table entries are carried in an ELF section.
-In most other file formats, debugging symbol-table entries are
-interleaved with linkage symbols, and are visible in the
+Display the contents of the .stab, .stab.index, and .stab.excl
+sections from an ELF file. This is only useful on systems (such as
+Solaris 2.0) in which .stab debugging symbol-table entries are carried
+in an ELF section. In most other file formats, debugging symbol-table
+entries are interleaved with linkage symbols, and are visible in the
--syms output.
.TP