From: Jim Kingdon Date: Mon, 31 May 1993 20:13:31 +0000 (+0000) Subject: * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfcba962cb75480f4e14fba1fb6b9c58eb084d99;p=binutils-gdb.git * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. * gdb.stabs/wierd.def: Type attributes must be preceded by number=. * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also don't end command passed to gdb_test with newline. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fc4f9d4f5ce..23172a8b426 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com) + * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. + + * gdb.stabs/wierd.def: Type attributes must be preceded by number=. + * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also + don't end command passed to gdb_test with newline. + * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the signed keyword away, don't expect signed bitfields to be signed.