diff options
author | Jeff Law <law@redhat.com> | 2001-12-19 21:08:45 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-12-19 21:08:45 +0000 |
commit | 2cd045cd85ef7e9873a80672ea3b0e9ff47f3c66 (patch) | |
tree | c9d6c442fecfa86b7c542f45e103c2ac100ce7cb /gdb/testsuite/ChangeLog | |
parent | 1cdb71fe7e3a2a6b0484c98d52e4b6f41081750d (diff) | |
download | gdb-2cd045cd85ef7e9873a80672ea3b0e9ff47f3c66.zip gdb-2cd045cd85ef7e9873a80672ea3b0e9ff47f3c66.tar.gz gdb-2cd045cd85ef7e9873a80672ea3b0e9ff47f3c66.tar.bz2 |
* gdb.base/break.exp: Fix HP specific search string when testing
backtracing in a called function.
* gdb.base/constvars.exp: Only set lang to C++ if we're
compiling the test with HP's compilers.
* gdb.base/volatile.exp: Similarly.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8e87b96..0160134 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com) + + * gdb.base/break.exp: Fix HP specific search string when testing + backtracing in a called function. + + * gdb.base/constvars.exp: Only set lang to C++ if we're + compiling the test with HP's compilers. + * gdb.base/volatile.exp: Similarly. + 2001-12-19 Jim Blandy <jimb@redhat.com> * gdb.base/printcmds.exp: Expect the null character to be printed |