+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.
# 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 ""
}