mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
use standard_temp_file in another caching proc
In an earlier patch I forgot to change the caching proc in cell.exp to use standard_temp_file. This fixes the oversight. Tested on x86-64 Fedora 18. * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-08-22 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* lib/cell.exp (skip_cell_tests): Use standard_temp_file.
|
||||||
|
|
||||||
2013-08-22 Tom Tromey <tromey@redhat.com>
|
2013-08-22 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
|
* gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
|
||||||
|
@ -78,10 +78,10 @@ gdb_caching_proc skip_cell_tests {
|
|||||||
# Set up, compile, and execute a combined Cell/B.E. test program.
|
# Set up, compile, and execute a combined Cell/B.E. test program.
|
||||||
# Include the current process ID in the file names to prevent conflicts
|
# Include the current process ID in the file names to prevent conflicts
|
||||||
# with invocations for multiple testsuites.
|
# with invocations for multiple testsuites.
|
||||||
set src cell[pid].c
|
set src [standard_temp_file cell[pid].c]
|
||||||
set exe cell[pid].x
|
set exe [standard_temp_file cell[pid].x]
|
||||||
set src_spu cell[pid]-spu.c
|
set src_spu [standard_temp_file cell[pid]-spu.c]
|
||||||
set exe_spu cell[pid]-spu.x
|
set exe_spu [standard_temp_file cell[pid]-spu.x]
|
||||||
|
|
||||||
set f [open $src "w"]
|
set f [open $src "w"]
|
||||||
puts $f "#include <libspe2.h>"
|
puts $f "#include <libspe2.h>"
|
||||||
|
Reference in New Issue
Block a user