]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite] Fix unopened-quote errors (part 3)
authorTom de Vries <tdevries@suse.de>
Tue, 24 Mar 2026 15:29:17 +0000 (16:29 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 24 Mar 2026 15:29:17 +0000 (16:29 +0100)
Fix tclint unopened-quote errors by dropping unnecessary quotes.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/testsuite/gdb.arch/amd64-shadow-stack-disp-step.exp
gdb/testsuite/gdb.arch/amd64-shadow-stack.exp
gdb/testsuite/gdb.base/jit-elf-so.exp

index b16f4693200f6d1b32a1a81ed281f7d9d5119b2d..82e49e62290c57b85e4122bbfdacb088e19cfae2 100644 (file)
@@ -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
     }
 
index d371c4e35d51d478358c7a58ef05d7640491078f..de5bce421c21f984f96b10b034925214e4e05c31 100644 (file)
@@ -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
     }
 
index f2c58112d8158294a942615d82ab1b69646936d7..2a770d5df6e9d276310676643b0ca28b6fa8a344 100644 (file)
@@ -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] != "" } {