From 4d142eaa28c64565b58fcdb5a83377ec9b778cb1 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 2 Jul 2013 20:06:12 +0000 Subject: [PATCH] gdb/testsuite/ * gdb.base/break-on-linker-gcd-function.exp: Replace prepare_for_testing by build_executable_from_specs and clean_restart. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 58eaf20..063489c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-07-02 Jan Kratochvil + + * 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 * gdb.base/testenv.exp, gdb.base/tui-layout.exp, diff --git a/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp b/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp index 7a4ef83..f9b844f 100644 --- a/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp +++ b/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp @@ -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]} -- 2.7.4