diff options
author | Jeff Law <law@redhat.com> | 1996-05-15 15:04:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-05-15 15:04:33 +0000 |
commit | cca075fbef3620ac02c6851060b43f797dfe0038 (patch) | |
tree | 9a0dd0c04601ee9751940d7f83a46a5162033997 /gdb | |
parent | ecb9b1cadb91e41a5d1a415b6700f04bfe8b656c (diff) | |
download | gdb-cca075fbef3620ac02c6851060b43f797dfe0038.zip gdb-cca075fbef3620ac02c6851060b43f797dfe0038.tar.gz gdb-cca075fbef3620ac02c6851060b43f797dfe0038.tar.bz2 |
* gdb.base/break.exp: Ignore compiler warnings when compiling
break.c.
* gdb.base/callfuncs.exp: Don't run these tests on the h8300.
* gdb.base/default.exp: Add h8300 xfails. Handle messages
from remote-sim.
* gdb.base/exprs.exp: Add h8300 xfails.
* gdb.base/funcargs.exp: Likewise.
* gdb.base/nodebug.exp: Likewise.
* gdb.base/printcmds.exp: Likewise.
* gdb.base/ptype.exp: Likewise.
* gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
h8300 xfails.
* gdb.base/return.exp: Handle float/double precision problems
on the h8300.
* gdb.base/funcargs.c: Explicitly make last constant argument to
call_after_alloca_subr an unsigned long type.
* gdb.base/return.c: Include stdio.h.
Testsuite work for the H8/300 -gstabs. HMSE.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 42e3265..1d698c5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,23 @@ +Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com) + + * gdb.base/break.exp: Ignore compiler warnings when compiling + break.c. + * gdb.base/callfuncs.exp: Don't run these tests on the h8300. + * gdb.base/default.exp: Add h8300 xfails. Handle messages + from remote-sim. + * gdb.base/exprs.exp: Add h8300 xfails. + * gdb.base/funcargs.exp: Likewise. + * gdb.base/nodebug.exp: Likewise. + * gdb.base/printcmds.exp: Likewise. + * gdb.base/ptype.exp: Likewise. + * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add + h8300 xfails. + * gdb.base/return.exp: Handle float/double precision problems + on the h8300. + * gdb.base/funcargs.c: Explicitly make last constant argument to + call_after_alloca_subr an unsigned long type. + * gdb.base/return.c: Include stdio.h. + Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com> * config/abug.exp: New file for the older Motorola Bug monitor |