Write ChangeLog entries for Rob changes.
Revert Rob changes which consisted of un-doing (accidentally, presumably) the changes which have happened since 4.12 branched off. In lib/gdb.exp remove the comment which went with the "catch" which Rob removed.
This commit is contained in:
parent
002cc99ff6
commit
80edc7cb3c
2 changed files with 21 additions and 2 deletions
|
@ -26,6 +26,7 @@ Things-to-keep:
|
|||
.gdbinit
|
||||
ChangeLog
|
||||
Makefile.in
|
||||
TODO
|
||||
config
|
||||
configure.in
|
||||
gdb.disasm
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
|
||||
|
||||
* Most .exp files: Tweak to run under either version of expect.
|
||||
* gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
|
||||
gdb.t31/chillvars.exp, lib/gdb.exp:
|
||||
Tweak to run under either version of expect.
|
||||
* lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
|
||||
* gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
|
||||
* gdb.t11/list.exp: Remove extraneous whitespace.
|
||||
|
||||
Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* gdb.t16/printcmds.exp (test_print_strings): Accept
|
||||
"(unsigned char *) " before the string.
|
||||
|
||||
* TODO: Add notes about printing of fancy types and GDB expressions.
|
||||
|
||||
Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
|
@ -1327,4 +1339,10 @@ Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
|
|||
of dejagnu. The modifications to these testcases, etc., which
|
||||
will allow them to work with the new version of dejagnu will be
|
||||
made in a future update.
|
||||
|
||||
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
left-margin: 8
|
||||
fill-column: 74
|
||||
version-control: never
|
||||
End:
|
||||
|
|
Loading…
Reference in a new issue