diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-03 19:57:50 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-03 19:57:50 +0000 |
commit | 51763ee24597fc836d680c67af809c53d58ae762 (patch) | |
tree | 86b90c58bb14ef10087bcc488ec4756c838639ec /gdb | |
parent | 912be1146fcd4ef6d63df197afdc17c875ca3bba (diff) | |
download | gdb-51763ee24597fc836d680c67af809c53d58ae762.zip gdb-51763ee24597fc836d680c67af809c53d58ae762.tar.gz gdb-51763ee24597fc836d680c67af809c53d58ae762.tar.bz2 |
* lib/gdb.exp: Comment out code which depends on non-existent
`transform' procedure.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index aab5c21..0524aa9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * lib/gdb.exp: Comment out code which depends on non-existent + `transform' procedure. + Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com) * lib/gdb.exp: Transform tool name. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 9ad9060..911b8fd 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -23,9 +23,10 @@ # need to be modified for any target, it can be done with a variable # or by passing arguments. -if ![info exists GDB] then { - set GDB [transform gdb] -} +# dejagnu latest-931018 doesn't like "transform gdb". +#if ![info exists GDB] then { +# set GDB [transform gdb] +#} if ![info exists GDBFLAGS] then { set GDBFLAGS "" } |