Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 6 Feb 2014 22:14:20 +0000 (23:14 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 6 Feb 2014 22:14:20 +0000 (23:14 +0100)
gdb/testsuite/
2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>

Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
* gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/i386-sse-stack-align.exp

index 8c846b8..13ccaf3 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       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  <xdje42@gmail.com>
 
        * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
index b5a7e1e..462df1f 100644 (file)
@@ -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] {