mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
This commit is contained in:
parent
c0ea94eb34
commit
c588eb206c
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
2013-05-24 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.trace/tfile.exp: Test inferior and thread.
|
||||
|
@ -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] != "" } {
|
||||
|
@ -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] != ""
|
||||
|
@ -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] != ""} {
|
||||
|
Loading…
Reference in New Issue
Block a user