diff options
author | Rob Savoye <rob@cygnus> | 1993-03-07 23:15:44 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-03-07 23:15:44 +0000 |
commit | 1be6caef00111f6841b13b0c6a91e59385b7da99 (patch) | |
tree | 5628b4c6a9242a682152114604ccdc32ffd4bc90 /gdb | |
parent | 05a291bb1ffc2ede7277db99a3f4b98b39b0c4d6 (diff) | |
download | gdb-1be6caef00111f6841b13b0c6a91e59385b7da99.zip gdb-1be6caef00111f6841b13b0c6a91e59385b7da99.tar.gz gdb-1be6caef00111f6841b13b0c6a91e59385b7da99.tar.bz2 |
* config/*-gdb.exp: returns an error, rather than exiting on
internal errors.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6c5bfbb..3f88776 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,20 @@ +Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com) + + * config/*-gdb.exp: returns an error, rather than exiting on + internal errors. + +Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com) + + * gdb.t03/gdbme.c: Add pointer to struct variable. + * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for + referencing struct members. + Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com) + * configure.in (mips-idt-ecoff): New target. + * config/mips-gdb.exp: New file for remote board using MIPS remote + debugging protocol. + * Redid configuration scheme. Removed gdb.t*/configure.in. Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and |