diff options
author | Jeff Law <law@redhat.com> | 1994-08-13 02:12:03 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-08-13 02:12:03 +0000 |
commit | b42f02ba3fffb1e3457133db04be0798637b004e (patch) | |
tree | a6bf4d83e090bafdaf257afb1f58c2f8e711a71f /gdb | |
parent | 5278c61d201f2817e8704e0e325648875aaf34af (diff) | |
download | gdb-b42f02ba3fffb1e3457133db04be0798637b004e.zip gdb-b42f02ba3fffb1e3457133db04be0798637b004e.tar.gz gdb-b42f02ba3fffb1e3457133db04be0798637b004e.tar.bz2 |
* gdb.base/interrupt.exp: When trying to wake up the inferior,
send the newline ourselves instead of assuming gdb_test will do
so when passed an empty input string.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c16f53..191c0b3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu) + * gdb.base/interrupt.exp: When trying to wake up the inferior, + send the newline ourselves instead of assuming gdb_test will do + so when passed an empty input string. + * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the stabs testcode. |