diff options
author | Roland Pesch <pesch@cygnus> | 1991-08-23 21:10:02 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-08-23 21:10:02 +0000 |
commit | d7c2f2ddd5a3384c32982212b714ca714623a6f9 (patch) | |
tree | aa8b37d644434a529bc9dd2b036e3c1e38ef7bf9 | |
parent | d98259f8acbb75e7bdef9511fcdb0e0fbbd7ec7a (diff) | |
download | gdb-d7c2f2ddd5a3384c32982212b714ca714623a6f9.zip gdb-d7c2f2ddd5a3384c32982212b714ca714623a6f9.tar.gz gdb-d7c2f2ddd5a3384c32982212b714ca714623a6f9.tar.bz2 |
* WHATS.NEW: correct pointer to refcard.
-rw-r--r-- | gdb/ChangeLog | 8 | ||||
-rwxr-xr-x | gdb/WHATS.NEW | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0e92d50..839705c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Fri Aug 23 14:07:09 1991 Roland H. Pesch (pesch at cygint.cygnus.com) + + * WHATS.NEW: correct pointer to refcard. + + * doc/gdb.texinfo: update New Features, Installing + + * doc/gdbint.texinfo: add short description of configure +template + Fri Aug 23 13:46:52 1991 John Gilmore (gnu at cygint.cygnus.com) * GDB-4.0 release! diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW index 37bdae5..d628865 100755 --- a/gdb/WHATS.NEW +++ b/gdb/WHATS.NEW @@ -19,7 +19,8 @@ GDB now reads object files and symbol tables via a ``binary file'' library, which allows a single copy of GDB to debug programs of multiple object file types such as a.out and coff. -There is now a GDB reference card in "gdbrc.tex". +There is now a GDB reference card in "doc/refcard.tex". (Make targets +refcard.dvi and refcard.ps are available to format it). * Control-Variable user interface simplified |