gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 2 Feb 2013 09:12:10 +0000 (09:12 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 2 Feb 2013 09:12:10 +0000 (09:12 +0000)
* lib/java.exp (compile_java_from_source): Initialize ARGS as a list.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/java.exp

index 8fc13fe066fb8249a117913f65d1f655dd62c2d1..176ac0367738ddc6e3d0999a6d8a5004503fd7f0 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
+
 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
index bd24c25dff6447341c70ce60abd101675b76341b..1434e10c92febe1a232112da4aeb22d5180dc6f0 100644 (file)
@@ -93,7 +93,7 @@ proc compile_java_from_source { srcfile binfile compile_args } {
 
     if { $java_initialized != 1 } { java_init }
 
-    set args "compiler=$GCJ_UNDER_TEST"
+    set args [list "compiler=$GCJ_UNDER_TEST"]
     lappend args "additional_flags=--main=[file rootname [file tail $srcfile]]"
     if { $compile_args != "" } {
        lappend args "additional_flags=$compile_args"