* 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.
This commit is contained in:
John Gilmore 1992-06-14 17:52:53 +00:00
parent 252f6c65f2
commit c3c93fda32
3 changed files with 17 additions and 10 deletions

View file

@ -1,3 +1,10 @@
Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
* 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.
Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com) Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
* size.c, objdump.c, bucomm.c: Lint. * size.c, objdump.c, bucomm.c: Lint.

View file

@ -736,11 +736,11 @@ Display the full contents of any sections requested.
@cindex .stab @cindex .stab
@cindex debug symbols @cindex debug symbols
@cindex ELF object file format @cindex ELF object file format
Display the full contents of any sections requested. Display the full contents of any sections requested. Display the
Display the contents of the .stab section from an ELF file. contents of the .stab and .stab.index and .stab.excl sections from an
This is only useful on systems (such as Solaris 2.0) in which ELF file. This is only useful on systems (such as Solaris 2.0) in which
@code{.stab} debugging symbol-table entries are carried in an ELF section. @code{.stab} debugging symbol-table entries are carried in an ELF
In most other file formats, debugging symbol-table entries are section. In most other file formats, debugging symbol-table entries are
interleaved with linkage symbols, and are visible in the @samp{--syms} interleaved with linkage symbols, and are visible in the @samp{--syms}
output. output.

View file

@ -170,11 +170,11 @@ Display the full contents of any sections requested.
.TP .TP
.B \--stabs .B \--stabs
Display the contents of the .stab section from an ELF file. Display the contents of the .stab, .stab.index, and .stab.excl
This is only useful on systems (such as Solaris 2.0) in which sections from an ELF file. This is only useful on systems (such as
.stab debugging symbol-table entries are carried in an ELF section. Solaris 2.0) in which .stab debugging symbol-table entries are carried
In most other file formats, debugging symbol-table entries are in an ELF section. In most other file formats, debugging symbol-table
interleaved with linkage symbols, and are visible in the entries are interleaved with linkage symbols, and are visible in the
--syms output. --syms output.
.TP .TP