diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 19:01:43 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 19:01:43 +0000 |
commit | 6ae55c65c801305466ffacc12b4878a9e9ee9964 (patch) | |
tree | a0c2b9f8a7f4e5f0b742ed49cc491bad3649a1b4 /gdb/doc | |
parent | 41126f153d1650667ce380d53ef89f6a08c65a9e (diff) | |
download | gdb-6ae55c65c801305466ffacc12b4878a9e9ee9964.zip gdb-6ae55c65c801305466ffacc12b4878a9e9ee9964.tar.gz gdb-6ae55c65c801305466ffacc12b4878a9e9ee9964.tar.bz2 |
* stabs.texinfo (Top): Minor cleanup.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/stabs.texinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e9a1606..9494bed 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,9 +1,11 @@ -<<<<<<< ChangeLog +Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * stabs.texinfo (Top): Minor cleanup. + Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) * Makefile.in (install-info): remove parentdir support -======= Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) * gdb.texinfo (Copying): delete this node and references to it; @@ -15,7 +17,6 @@ Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) largely due to Ian Taylor review. (Debug Session): minor edits to new text. ->>>>>>> 2.97 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com) * Makefile.in (realclean): Remove info and dvi files too. diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 5847923..46fc747 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -62,7 +62,7 @@ are preserved on all copies. @node Top @top The "stabs" representation of debugging information -This document describes the GNU stabs debugging format in a.out files. +This document describes the stabs debugging format. @menu * Overview:: Overview of stabs |