This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.
[external/binutils.git] / gdb / testsuite / gdb.trace / tfind.exp
index bcd539e..902a32e 100644 (file)
@@ -1,4 +1,5 @@
-#   Copyright 1998, 2002, 2005, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright 1998, 2002, 2005, 2007, 2008, 2009
+#   Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -13,9 +14,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
 # This file was written by Michael Snyder (msnyder@cygnus.com)
 
 load_lib "trace-support.exp";
@@ -52,7 +50,7 @@ if [istarget "m68k-*-elf"] then {
 } else {
     set testfile "actions"
     set srcfile ${testfile}.c
-    set binfile $objdir/$subdir/$testfile
+    set binfile $objdir/$subdir/tfind
 
     if { [gdb_compile "$srcdir/$subdir/$srcfile" "$binfile" \
            executable {debug nowarnings}] != "" } {