]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 8c846b86a7f4a39599ded4721f17eca8b128bc79..13ccaf30df59e16ec0b707b2802cafaa836dbbe5 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 b5a7e1e499d80fac4f85ff1899a88016390bec56..462df1fb03977aadcd1eb372c199c7310f1d6888 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] {