From: Gary Benson Date: Fri, 24 May 2013 14:02:35 +0000 (+0000) Subject: 2013-05-24 Gary Benson X-Git-Tag: cygwin-1_7_19-release~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c588eb206cd868c1630b93ac1449aa003f1806ad;p=thirdparty%2Fbinutils-gdb.git 2013-05-24 Gary Benson * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary backslash. * gdb.base/unload.exp (exec_opts): Remove two unnecessary backslashes. * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary backslash. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cf92f6cdfb0..14b5945e693 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2013-05-24 Gary Benson + + * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary + backslash. + * gdb.base/unload.exp (exec_opts): Remove two unnecessary + backslashes. + * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary + backslash. + 2013-05-24 Yao Qi * gdb.trace/tfile.exp: Test inferior and thread. diff --git a/gdb/testsuite/gdb.base/solib-disc.exp b/gdb/testsuite/gdb.base/solib-disc.exp index 19a30960f4b..733dfcf67a4 100644 --- a/gdb/testsuite/gdb.base/solib-disc.exp +++ b/gdb/testsuite/gdb.base/solib-disc.exp @@ -42,7 +42,7 @@ if [get_compiler_info] { return -1 } -set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME\=\"${lib_dlopen}\"] +set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME=\"${lib_dlopen}\"] if { [gdb_compile_shlib $libsrc $libobj {debug}] != "" || [gdb_compile $execsrc ${binfile} executable $exec_opts] != "" } { diff --git a/gdb/testsuite/gdb.base/unload.exp b/gdb/testsuite/gdb.base/unload.exp index 76d7e073d55..9198b3df1b9 100644 --- a/gdb/testsuite/gdb.base/unload.exp +++ b/gdb/testsuite/gdb.base/unload.exp @@ -47,7 +47,7 @@ if [get_compiler_info] { } set lib_opts debug -set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME\=\"${lib_dlopen}\" additional_flags=-DSHLIB_NAME2\=\"${lib_dlopen2}\"] +set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME=\"${lib_dlopen}\" additional_flags=-DSHLIB_NAME2=\"${lib_dlopen2}\"] if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != "" || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != "" diff --git a/gdb/testsuite/gdb.base/watchpoint-solib.exp b/gdb/testsuite/gdb.base/watchpoint-solib.exp index a1a4485180d..b4fdb6999c0 100644 --- a/gdb/testsuite/gdb.base/watchpoint-solib.exp +++ b/gdb/testsuite/gdb.base/watchpoint-solib.exp @@ -38,7 +38,7 @@ if [get_compiler_info] { } set lib_opts debug -set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME\=\"${lib_dlopen}\"] +set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME=\"${lib_dlopen}\"] if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != "" || [gdb_compile $srcfile $binfile executable $exec_opts] != ""} {