]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/ChangeLog
authorKen Werner <ken.werner@de.ibm.com>
Fri, 21 Jan 2011 14:05:51 +0000 (14:05 +0000)
committerKen Werner <ken.werner@de.ibm.com>
Fri, 21 Jan 2011 14:05:51 +0000 (14:05 +0000)
2011-01-21  Ken Werner  <ken.werner@de.ibm.com>

        * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
        argument to the gdb_compile_opencl_hostapp call.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/opencl.exp

index e5799432c3b7ef6cd4e98fd40688aa5e26aa7248..9edc9d6812dccd675b0ffcf13e6b2c59c44e0105 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
+
+       * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
+       argument to the gdb_compile_opencl_hostapp call.
+
 2011-01-19  Yao Qi  <yao@codesourcery.com>
 
        * lib/dwarf.exp (dwarf2_support): Change supported targets to a
index b5e7c098a4641c7cb72cb877e2a85fadba87eda3..c1b52916654f7af4c0250cfd62539757c22078d5 100644 (file)
@@ -50,7 +50,7 @@ proc skip_opencl_tests {} {
     verbose "$me:  compiling OpenCL test app" 2
     set compile_flags {debug nowarnings quiet}
 
-    if { [gdb_compile_opencl_hostapp "${clprogram}" "${executable}" "" ] != "" } {
+    if { [gdb_compile_opencl_hostapp "${clprogram}" "${executable}" "${compile_flags}" ] != "" } {
         verbose "$me:  compiling OpenCL binary failed, returning 1" 2
        return [set skip_opencl_tests_saved($board) 1]
     }