diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-07-30 20:04:34 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-07-30 20:04:34 +0000 |
commit | 69aa789bb2d816e74e0bcdf3e8140b17a2a8d99c (patch) | |
tree | bfb4dd766043957c10782c93a94cef63ae6dda64 | |
parent | f5a197a2565d2805328beee721a51c1cb6cfb5c0 (diff) | |
download | gdb-69aa789bb2d816e74e0bcdf3e8140b17a2a8d99c.zip gdb-69aa789bb2d816e74e0bcdf3e8140b17a2a8d99c.tar.gz gdb-69aa789bb2d816e74e0bcdf3e8140b17a2a8d99c.tar.bz2 |
* gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
* gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
to determine signed-ness of bitfields and use the result to setup
the xfail.
* gdb.t13/gdbme.c: Add comment to the two indirect call0a lines.
* gdb.t13/funcargs.exp: Use it to step until the second indirect call
line is reached if necessary.
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 03174b7..47708dd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp, + gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs. + * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior + to determine signed-ness of bitfields and use the result to setup + the xfail. + * gdb.t13/gdbme.c: Add comment to the two indirect call0a lines. + * gdb.t13/funcargs.exp: Use it to step until the second indirect call + line is reached if necessary. + Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.stabs/wierd.exp: New test, for nameless baseclasses. |