diff options
author | Fred Fish <fnf@specifix.com> | 1993-08-10 22:49:01 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-08-10 22:49:01 +0000 |
commit | 5ad3ae4ad9a4c6c86c937f78861700ab499383f8 (patch) | |
tree | f796cded7e94fd910b19bbcacb848c023070374f | |
parent | 283bd6dbf2277c8b2f24db16026c078dafc6ad03 (diff) | |
download | gdb-5ad3ae4ad9a4c6c86c937f78861700ab499383f8.zip gdb-5ad3ae4ad9a4c6c86c937f78861700ab499383f8.tar.gz gdb-5ad3ae4ad9a4c6c86c937f78861700ab499383f8.tar.bz2 |
* gdb.t06/signals.exp: Rework code that recognizes known SVR4
bug, and expand domain of xfail to all SVR4 systems, since the
actual problem is likely to be in generic SVR4 /proc support.
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5a29b82..44d2131 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com) + + * gdb.t06/signals.exp: Rework code that recognizes known SVR4 + bug, and expand domain of xfail to all SVR4 systems, since the + actual problem is likely to be in generic SVR4 /proc support. + Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * config/unix-gdb.exp (gdb_load): Add eof to expect statement. |