aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-03 19:57:50 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-03 19:57:50 +0000
commit51763ee24597fc836d680c67af809c53d58ae762 (patch)
tree86b90c58bb14ef10087bcc488ec4756c838639ec /gdb/testsuite/lib
parent912be1146fcd4ef6d63df197afdc17c875ca3bba (diff)
downloadgdb-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/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp7
1 files changed, 4 insertions, 3 deletions
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 ""
}