]> Git Repo - binutils.git/commitdiff
* objdump.c (dump_elf_stabs): Also dump .stab.index and .stab.excl sections.
authorJohn Gilmore <gnu@cygnus>
Sun, 14 Jun 1992 17:52:53 +0000 (17:52 +0000)
committerJohn Gilmore <gnu@cygnus>
Sun, 14 Jun 1992 17:52:53 +0000 (17:52 +0000)
(dump_elf_stabs_1):  Split out main body of old dump_elf_stabs.
* objdump.1, binutils.texi:  Document new sections dumped.

binutils/ChangeLog
binutils/binutils.texi
binutils/objdump.1

index 3c139b986738845cdf2c94ae930594435aa90bfe..1002bd06818adb81bf122146fe01fff3b23a80cd 100644 (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)
 
        * size.c, objdump.c, bucomm.c:  Lint.
index 2ae674a19f538db8db16cc4a6da7cade454fa6c9..19660137dff47161c3fb5bf4fc7835801a1e4e41 100644 (file)
@@ -736,11 +736,11 @@ Display the full contents of any sections requested.
 @cindex .stab
 @cindex debug symbols
 @cindex ELF object file format
-Display the full contents of any sections requested.
-Display the contents of the .stab section from an 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.
-In most other file formats, debugging symbol-table entries are 
+Display the full contents of any sections requested.  Display the
+contents of the .stab and .stab.index and .stab.excl sections from an
+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.  In most other file formats, debugging symbol-table entries are
 interleaved with linkage symbols, and are visible in the @samp{--syms}
 output.
 
index 7344fa2b0a944966796a8947d59f5f34b40c4e62..e520ab0bdebf105e9e668e20eb037cc0a6478464 100644 (file)
@@ -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
This page took 0.038986 seconds and 4 git commands to generate.