[binutils-gdb] [gdb/testsuite] Fix unopened-quote errors (part 3)
Tom de Vries via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=413b44df8adcc6a8c764b2cfc2981ae0ba6bbdd1 commit 413b44df8adcc6a8c764b2cfc2981ae0ba6bbdd1 Author: Tom de Vries <[email protected]> Date: Tue Mar 24 16:29:17 2026 +0100 [gdb/testsuite] Fix unopened-quote errors (part 3) Fix tclint unopened-quote errors by dropping unnecessary quotes. Approved-By: Tom Tromey <[email protected]> Diff: --- gdb/testsuite/gdb.arch/amd64-shadow-stack-disp-step.exp | 2 +- gdb/testsuite/gdb.arch/amd64-shadow-stack.exp | 2 +- gdb/testsuite/gdb.base/jit-elf-so.exp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb/testsuite/gdb.arch/amd64-shadow-stack-disp-step.exp b/gdb/testsuite/gdb.arch/amd64-shadow-stack-disp-step.exp index b16f4693200..82e49e62290 100644 --- a/gdb/testsuite/gdb.arch/amd64-shadow-stack-disp-step.exp +++ b/gdb/testsuite/gdb.arch/amd64-shadow-stack-disp-step.exp @@ -25,7 +25,7 @@ save_vars { ::env(GLIBC_TUNABLES) } { append_environment GLIBC_TUNABLES "glibc.cpu.hwcaps" "SHSTK" if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \ - additional_flags="-fcf-protection=return"] } { + additional_flags=-fcf-protection=return] } { return } diff --git a/gdb/testsuite/gdb.arch/amd64-shadow-stack.exp b/gdb/testsuite/gdb.arch/amd64-shadow-stack.exp index d371c4e35d5..de5bce421c2 100644 --- a/gdb/testsuite/gdb.arch/amd64-shadow-stack.exp +++ b/gdb/testsuite/gdb.arch/amd64-shadow-stack.exp @@ -30,7 +30,7 @@ save_vars { ::env(GLIBC_TUNABLES) } { append_environment GLIBC_TUNABLES "glibc.cpu.hwcaps" "SHSTK" if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \ - additional_flags="-fcf-protection=return"] } { + additional_flags=-fcf-protection=return] } { return } diff --git a/gdb/testsuite/gdb.base/jit-elf-so.exp b/gdb/testsuite/gdb.base/jit-elf-so.exp index f2c58112d81..2a770d5df6e 100644 --- a/gdb/testsuite/gdb.base/jit-elf-so.exp +++ b/gdb/testsuite/gdb.base/jit-elf-so.exp @@ -47,7 +47,7 @@ set jit_solib_srcfile ${srcdir}/${subdir}/${jit_solib_basename}.c proc compile_jit_dlmain {options} { global main_loader_srcfile main_loader_binfile main_loader_basename set options [concat $options debug \ - additional_flags=-DJIT_DESCRIPTOR_LINKAGE="static"] + additional_flags=-DJIT_DESCRIPTOR_LINKAGE=static] if { [gdb_compile ${main_loader_srcfile} ${main_loader_binfile} \ executable $options] != "" } {