diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-31 20:13:31 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-31 20:13:31 +0000 |
commit | bfcba962cb75480f4e14fba1fb6b9c58eb084d99 (patch) | |
tree | dd35b0d22e3909c7e66e7bd47f9bd6aa6e99491e /gdb | |
parent | 942a6600eaa9f47489ceb2cc272403bf50e88295 (diff) | |
download | gdb-bfcba962cb75480f4e14fba1fb6b9c58eb084d99.zip gdb-bfcba962cb75480f4e14fba1fb6b9c58eb084d99.tar.gz gdb-bfcba962cb75480f4e14fba1fb6b9c58eb084d99.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-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 fc4f9d4..23172a8 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. |