diff options
author | David Taylor <taylor@redhat.com> | 1999-01-04 22:15:25 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1999-01-04 22:15:25 +0000 |
commit | f5f706d8d13cd7f2e351cd3e9f0a651bab3818ca (patch) | |
tree | 43dbcfc8a4e3d48b1f621fb8da4ef410da00504a /gdb | |
parent | 709c6ee051cfb967d4a0df70fe941c42c677f0ae (diff) | |
download | gdb-f5f706d8d13cd7f2e351cd3e9f0a651bab3818ca.zip gdb-f5f706d8d13cd7f2e351cd3e9f0a651bab3818ca.tar.gz gdb-f5f706d8d13cd7f2e351cd3e9f0a651bab3818ca.tar.bz2 |
change log entries for changes just committed.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a16bd44..18a7c33 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,34 @@ Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com> + The following changes were made by David Taylor + <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and + Edith Epstein <eepstein@cygnus.com> as part of a project to merge + in changes by HP. + + * configure.in (hpdir): decide whether to configure gdb.hp. + * configure: regenerated. + + * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things + to delete on clean. + (EXECUTABLES): update to reflect new additions. + * gdb.base/commands.exp: update message expected. + * gdb.base/default.exp: add copyright notice. + * gdb.base/funcargs.exp (timeout): if hpux, increase timeout. + * gdb.base/help.exp: update messages to reflect current text. + * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled + targets for recurse tests. + * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then + skip this file. + + * gdb.c++/Makefile.in (PROGS): update to reflect new executables. + * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++ + compilation. + * gdb.c++/misc.exp: ditto. + * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't + run the tests. tell gdb_compile that it's a c++ compilation. + + * gdb.threads/pthreads.exp: fix typo in message. + * gdb.base/all-bin.exp: new file. * gdb.base/arithmet.exp: new file. * gdb.base/assign.exp: new file. |