| Index: gdb/testsuite/gdb.cp/re-set-overloaded.exp
|
| diff --git a/gdb/testsuite/gdb.cp/re-set-overloaded.exp b/gdb/testsuite/gdb.cp/re-set-overloaded.exp
|
| index afd5c5a3e4946224d5318134f6f736e24bf73535..30adb757c199f47706417319e36464a3e1d9b004 100644
|
| --- a/gdb/testsuite/gdb.cp/re-set-overloaded.exp
|
| +++ b/gdb/testsuite/gdb.cp/re-set-overloaded.exp
|
| @@ -16,27 +16,23 @@
|
| if { [skip_cplus_tests] } { continue }
|
| if { [skip_shlib_tests] } { continue }
|
|
|
| -set testfile re-set-overloaded
|
| -set srcfile bool.cc
|
| -set executable $testfile
|
| -set binfile $objdir/$subdir/$executable
|
| +standard_testfile bool.cc .cc
|
|
|
| -set libsrcfile ${testfile}.cc
|
| -set sofile $objdir/$subdir/${testfile}.so
|
| +set sofile [standard_output_file ${testfile}.so]
|
|
|
| # Create and source the file that provides information about the compiler
|
| # used to compile the test case.
|
| -if [get_compiler_info ${binfile} "c++"] {
|
| +if [get_compiler_info "c++"] {
|
| return -1
|
| }
|
|
|
| -if { [gdb_compile_shlib $srcdir/$subdir/$libsrcfile $sofile {debug c++}] != ""
|
| +if { [gdb_compile_shlib $srcdir/$subdir/$srcfile2 $sofile {debug c++}] != ""
|
| || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable [list debug "c++" shlib=${sofile}]] != ""} {
|
| untested ${testfile}.exp
|
| return -1
|
| }
|
|
|
| -clean_restart $executable
|
| +clean_restart $testfile
|
| gdb_load_shlibs ${sofile}
|
|
|
| gdb_test_no_output "set breakpoint pending yes"
|
|
|