aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-07-20 18:50:31 +0000
committerJeff Law <law@redhat.com>1995-07-20 18:50:31 +0000
commit780f976310d979731ead9a4ae089829378979691 (patch)
tree4a908782b374f77e21df67869729cd42d2b0e557 /gdb/testsuite/ChangeLog
parentf20dfd566a2ec60e107cc0adde3bd1bc62b459f0 (diff)
downloadgdb-780f976310d979731ead9a4ae089829378979691.zip
gdb-780f976310d979731ead9a4ae089829378979691.tar.gz
gdb-780f976310d979731ead9a4ae089829378979691.tar.bz2
* gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
only depend on gdb's expression code, not the chill runtime.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 73620d0..35795b2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,8 @@
Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu)
+ * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
+ only depend on gdb's expression code, not the chill runtime.
+
* gdb.base/return.c: Put return values into variables so we
can have gdb print them rather than depending on the program
to print them.