Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.

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.
This commit is contained in:
Jan Kratochvil 2014-02-06 23:14:20 +01:00
parent d32e5c54ad
commit 3c77faf33d
2 changed files with 6 additions and 1 deletions

View 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

View 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] {