diff options
author | John Gilmore <gnu@cygnus> | 1993-12-31 08:45:16 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-12-31 08:45:16 +0000 |
commit | 534694b377f8a0b4d195b0879ba1a6ec50676220 (patch) | |
tree | 82113aa278f72eebde273cf4c748cc157078e60d | |
parent | 96e5f1615098b7cf7a528b03c097e81ee807b115 (diff) | |
download | gdb-534694b377f8a0b4d195b0879ba1a6ec50676220.zip gdb-534694b377f8a0b4d195b0879ba1a6ec50676220.tar.gz gdb-534694b377f8a0b4d195b0879ba1a6ec50676220.tar.bz2 |
Insert Peter Kessler's name as inventor (I think).
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/stabs.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 39657c9..f6cbe0e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com) + + * stabs.texinfo: Insert Peter Kessler's name as inventor (I think). + Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * stabs.texinfo (Cross-References): `::' is for nested types only diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 4903f87..dd8db29 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -95,7 +95,7 @@ This document describes the stabs debugging format. @dfn{Stabs} refers to a format for information that describes a program to a debugger. This format was apparently invented by -@c FIXME! <<name of inventor>> at +Peter Kessler at the University of California at Berkeley, for the @code{pdx} Pascal debugger; the format has spread widely since then. |