gdb/testsuite/

* gdb.base/break-on-linker-gcd-function.exp: Replace
	prepare_for_testing by build_executable_from_specs and clean_restart.
This commit is contained in:
Jan Kratochvil 2013-07-02 20:06:12 +00:00
parent ac6dd50fbf
commit 4d142eaa28
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/break-on-linker-gcd-function.exp: Replace
prepare_for_testing by build_executable_from_specs and clean_restart.
2013-06-27 Tom Tromey <tromey@redhat.com>
* gdb.base/testenv.exp, gdb.base/tui-layout.exp,

View File

@ -32,12 +32,15 @@ if [get_compiler_info "c++"] {
}
set additional_flags {-ffunction-sections -Wl,--gc-sections}
if {[prepare_for_testing $testfile.exp $testfile $srcfile \
[list debug c++ additional_flags=$additional_flags]]} {
if {[build_executable_from_specs $testfile.exp $testfile \
{c++ additional_flags=-Wl,--gc-sections} \
$srcfile {debug c++ additional_flags=-ffunction-sections}]} {
untested $testfile.exp
return -1
}
clean_restart $testfile
# Single hex digit
set xd {[0-9a-f]}