diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-09 19:24:00 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-09 19:24:00 +0000 |
commit | 81074ec8d18eadede2998b7475e34ee149b9cb24 (patch) | |
tree | e8997bf06b3c0b08e9e14ac4834a031ae7139923 /gdb | |
parent | 2a62a4cb1b38062276f917aaeaf20858c4c5281c (diff) | |
download | gdb-81074ec8d18eadede2998b7475e34ee149b9cb24.zip gdb-81074ec8d18eadede2998b7475e34ee149b9cb24.tar.gz gdb-81074ec8d18eadede2998b7475e34ee149b9cb24.tar.bz2 |
* gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
compiler arranges the code and line numbers.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f5a0e62..0a75a3a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC + compiler arranges the code and line numbers. + * gdb.t17/interrupt.exp: Don't send \n after ^C. Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |