gdb/testsuite/
* lib/future.exp: Set $use_gdb_compile even if only find_go_linker is missing.
This commit is contained in:
parent
f3944f7224
commit
bb2af9ccc5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
|
||||
missing.
|
||||
|
||||
2012-06-11 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.base/longjmp.c (hidden_longjmp): Move expected catch
|
||||
|
|
|
@ -514,7 +514,7 @@ if {[info procs find_gfortran] == ""} {
|
|||
if {[info procs find_go_linker] == ""} {
|
||||
rename gdb_find_go find_go
|
||||
rename gdb_find_go_linker find_go_linker
|
||||
# No need to set use_gdb_compile.
|
||||
set use_gdb_compile 1
|
||||
}
|
||||
|
||||
if {$use_gdb_compile} {
|
||||
|
|
Loading…
Reference in a new issue