From: Jim Kingdon Date: Wed, 3 Nov 1993 19:57:50 +0000 (+0000) Subject: * lib/gdb.exp: Comment out code which depends on non-existent X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51763ee24597fc836d680c67af809c53d58ae762;p=binutils-gdb.git * lib/gdb.exp: Comment out code which depends on non-existent `transform' procedure. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index aab5c21988f..0524aa91ecb 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 9ad90604118..911b8fd6070 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 "" }