From: Jan Kratochvil Date: Thu, 6 Feb 2014 22:14:20 +0000 (+0100) Subject: Fix i386-sse-stack-align.exp regression since GDB_PARALLEL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c77faf33dc4c7bb693f05f44077ed687e9f8217;p=binutils-gdb.git Fix i386-sse-stack-align.exp regression since GDB_PARALLEL. gdb/testsuite/ 2014-02-06 Jan Kratochvil Fix i386-sse-stack-align.exp regression since GDB_PARALLEL. * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8c846b86a7f..13ccaf30df5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-02-06 Jan Kratochvil + + Fix i386-sse-stack-align.exp regression since GDB_PARALLEL. + * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file. + 2014-02-06 Doug Evans * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected diff --git a/gdb/testsuite/gdb.arch/i386-sse-stack-align.exp b/gdb/testsuite/gdb.arch/i386-sse-stack-align.exp index b5a7e1e499d..462df1fb039 100644 --- a/gdb/testsuite/gdb.arch/i386-sse-stack-align.exp +++ b/gdb/testsuite/gdb.arch/i386-sse-stack-align.exp @@ -22,7 +22,7 @@ set testfile "i386-sse-stack-align" set srcfile ${testfile}.S set csrcfile ${testfile}.c set executable ${testfile} -set binfile ${objdir}/${subdir}/${executable} +set binfile [standard_output_file ${executable}] set opts {} if [info exists COMPILE] {