diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-06-11 17:44:07 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-06-11 17:44:07 +0000 |
commit | bb2af9ccc58c2407f61aadc1b7d44aea3320f69b (patch) | |
tree | 0f7f065d59684cfa8407de5a082765129d099393 | |
parent | f3944f72246f5b88b62d3d4158d62e4e35ed82eb (diff) | |
download | gdb-bb2af9ccc58c2407f61aadc1b7d44aea3320f69b.zip gdb-bb2af9ccc58c2407f61aadc1b7d44aea3320f69b.tar.gz gdb-bb2af9ccc58c2407f61aadc1b7d44aea3320f69b.tar.bz2 |
gdb/testsuite/
* lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
missing.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/lib/future.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c7b4272..40aa47d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/lib/future.exp b/gdb/testsuite/lib/future.exp index 40456c0..bf47988 100644 --- a/gdb/testsuite/lib/future.exp +++ b/gdb/testsuite/lib/future.exp @@ -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} { |