* testsuite/binutils-all/objcopy.exp (objcopy_test): Report
error message on error.
+2020-10-22 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/binutils-all/objcopy.exp (objcopy_test): Report
+ error message on error.
+
2020-10-22 Dr. David Alan Gilbert <dgilbert@redhat.com>
* windmc.c (write_header_define): Fix printf format.
set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $xflags $t_tempfile $t_copyfile"]
if ![string equal "" $got] then {
+ send_log "$got\n"
fail "objcopy $type ($testname)"
} else {
send_log "cmp $t_tempfile $t_copyfile\n"