]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 11 Jun 2012 17:44:07 +0000 (17:44 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 11 Jun 2012 17:44:07 +0000 (17:44 +0000)
* lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
missing.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/future.exp

index c7b4272f483e5d137e812f4a946fe8b75a725767..40aa47d383427fc2bce5ca00165f5184a7e79b08 100644 (file)
@@ -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
index 40456c01a7310f3db389c9fb4cac8c86942e3524..bf47988d0b33b03cb120c0ee84359fe8af040686 100644 (file)
@@ -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} {