diff options
-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 |