diff options
author | Edith Epstein <eepstein@cygnus> | 1999-01-13 16:02:06 +0000 |
---|---|---|
committer | Edith Epstein <eepstein@cygnus> | 1999-01-13 16:02:06 +0000 |
commit | e618fce49fa9c1288453cd2f7a59f18956bbedf3 (patch) | |
tree | 1aff230e4788d0069f2a47574e9e19a9226db107 | |
parent | 393034a97081dcacc391eca1e3cb88816e9340b8 (diff) | |
download | gdb-e618fce49fa9c1288453cd2f7a59f18956bbedf3.zip gdb-e618fce49fa9c1288453cd2f7a59f18956bbedf3.tar.gz gdb-e618fce49fa9c1288453cd2f7a59f18956bbedf3.tar.bz2 |
Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
* gdb.texinfo: Changes made as part of a project to merge in
changes made by HP. Documentation makes extensive use of
@ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
on remote debugging. There are differences in documentation
(HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
the HP manual discusses catchpoints, hardware watchpoints, and
some HPUX specific limitations for shared library support.
There are also a number of @node changes.
-rw-r--r-- | gdb/doc/ChangeLog | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3456ee8..fb17003 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,14 +1,21 @@ +Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com> + + * gdb.texinfo: Changes made as part of a project to merge in + changes made by HP. Documentation makes extensive use of + @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation + on remote debugging. There are differences in documentation + (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, + the HP manual discusses catchpoints, hardware watchpoints, and + some HPUX specific limitations for shared library support. + + There are also a number of @node changes. + + 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com) * gdbint.texinfo (Formatting): Disambiguate a sentence. (C Usage): Same. -Tue Jan 12 16:54:37 1999 Edith Epstein <eepstein@sophia.cygnus.com> - - * gdb.texinfo (Shell Commands): fixed messages about shell usage. - HP was insisting on C shell. Now all UNIX platforms have the - same message. removed @ifset HPPA and @ifclear HPPA - Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com> The following changes were made by Edith Epstein |