Fix tclint unopened-quote errors by dropping unnecessary quotes.
Approved-By: Tom Tromey <tom@tromey.com>
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
}
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
}
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] != "" } {