diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi1-pthreads.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi1-pthreads.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/mi1-pthreads.exp b/gdb/testsuite/gdb.mi/mi1-pthreads.exp index f84f1fe..df841b2 100644 --- a/gdb/testsuite/gdb.mi/mi1-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi1-pthreads.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004 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 @@ -205,7 +205,7 @@ proc check_mi_thread_command_set {} { # set testfile "pthreads" set srcfile "$testfile.c" -set binfile "$objdir/$subdir/$testfile" +set binfile "$objdir/$subdir/mi1-$testfile" set options [list debug incdir=$objdir] if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { |