Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v retrieving revision 1.3679 diff -u -r1.3679 ChangeLog --- ChangeLog 24 May 2013 12:27:39 -0000 1.3679 +++ ChangeLog 24 May 2013 14:00:55 -0000 @@ -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. Index: gdb.base/solib-disc.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/solib-disc.exp,v retrieving revision 1.13 diff -u -r1.13 solib-disc.exp --- gdb.base/solib-disc.exp 1 Jan 2013 06:33:26 -0000 1.13 +++ gdb.base/solib-disc.exp 24 May 2013 14:00:56 -0000 @@ -42,7 +42,7 @@ 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] != "" } { Index: gdb.base/unload.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/unload.exp,v retrieving revision 1.26 diff -u -r1.26 unload.exp --- gdb.base/unload.exp 1 Jan 2013 06:33:26 -0000 1.26 +++ gdb.base/unload.exp 24 May 2013 14:00:56 -0000 @@ -47,7 +47,7 @@ } 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] != "" Index: gdb.base/watchpoint-solib.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/watchpoint-solib.exp,v retrieving revision 1.14 diff -u -r1.14 watchpoint-solib.exp --- gdb.base/watchpoint-solib.exp 1 Jan 2013 06:33:26 -0000 1.14 +++ gdb.base/watchpoint-solib.exp 24 May 2013 14:00:56 -0000 @@ -38,7 +38,7 @@ } 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] != ""} {