]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* lib/gdb.exp: Comment out code which depends on non-existent
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 3 Nov 1993 19:57:50 +0000 (19:57 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 3 Nov 1993 19:57:50 +0000 (19:57 +0000)
`transform' procedure.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index aab5c21988f9fa915716dcde19d1682f3895fb4a..0524aa91ecb46ba5d95224a1688927fb621f94ab 100644 (file)
@@ -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.
index 9ad90604118af8600d617627e89cd73c8a2c729e..911b8fd607012159ee8f1a38cade94c08bb887db 100644 (file)
 # 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 ""
 }