Browse Source

* lib/gdb.exp: Comment out code which depends on non-existent

`transform' procedure.
gdb-4_18-branch
Jim Kingdon 33 years ago
parent
commit
51763ee245
  1. 5
      gdb/testsuite/ChangeLog
  2. 7
      gdb/testsuite/lib/gdb.exp

5
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.

7
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 ""
}

Loading…
Cancel
Save