diff options
author | Gary Benson <gary@redhat.com> | 2013-05-24 14:02:35 +0000 |
---|---|---|
committer | Gary Benson <gary@redhat.com> | 2013-05-24 14:02:35 +0000 |
commit | c588eb206cd868c1630b93ac1449aa003f1806ad (patch) | |
tree | 8d38d9566bf8e8f68a737993c6ea828aad9de4ed /gdb/testsuite/gdb.base/watchpoint-solib.exp | |
parent | c0ea94eb34ef5e4c0a4c5df40976d368ddf54fb4 (diff) | |
download | fsf-binutils-gdb-c588eb206cd868c1630b93ac1449aa003f1806ad.zip fsf-binutils-gdb-c588eb206cd868c1630b93ac1449aa003f1806ad.tar.gz fsf-binutils-gdb-c588eb206cd868c1630b93ac1449aa003f1806ad.tar.bz2 |
2013-05-24 Gary Benson <gbenson@redhat.com>
* 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.
Diffstat (limited to 'gdb/testsuite/gdb.base/watchpoint-solib.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/watchpoint-solib.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoint-solib.exp b/gdb/testsuite/gdb.base/watchpoint-solib.exp index a1a4485..b4fdb69 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] != ""} { |