aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp')
-rw-r--r--gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp4
1 files changed, 0 insertions, 4 deletions
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 aa1e328..b1c93f6 100644
--- a/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp
+++ b/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp
@@ -27,10 +27,6 @@ if { [skip_cplus_tests] } { continue }
standard_testfile .cc
-if [get_compiler_info "c++"] {
- return -1
-}
-
if {[build_executable_from_specs $testfile.exp $testfile \
{c++ additional_flags=-Wl,--gc-sections} \
$srcfile {debug c++ additional_flags=-ffunction-sections}]} {