diff options
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.exp | 2 |
1 files changed, 1 insertions, 1 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 ba9966a..13db347 100644 --- a/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp +++ b/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp @@ -30,7 +30,7 @@ set srcfile ${testfile}.cc set binfile ${objdir}/${subdir}/${testfile} if [get_compiler_info "c++"] { - return -1; + return -1 } set additional_flags {-ffunction-sections -Wl,--gc-sections} |