+2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
+ Drop prefix from unsupported source file path.
+
2014-04-17 Yao Qi <yao@codesourcery.com>
* lib/gdb.exp (with_target_charset): New proc.
}
}
if {!$built_binfile} {
- unsupported "Couldn't compile $source: ${why_msg}"
+ unsupported "Couldn't compile [file tail $source]: ${why_msg}"
return -1
}
}
}
}
if {!$built_binfile} {
- unsupported "Couldn't compile $source: ${why_msg}"
+ unsupported "Couldn't compile [file tail $source]: ${why_msg}"
return -1
}
}