* cli/cli-dump.c (dump_bfd_file): Check error return and warn.
2011-03-01 Michael Snyder <msnyder@vmware.com>
+ * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
+
* jv-lang.c (evaluate_subexp_java): Conditional can't be true.
* dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
| SEC_ALLOC
| SEC_LOAD));
osection->entsize = 0;
- bfd_set_section_contents (obfd, osection, buf, 0, len);
+ if (!bfd_set_section_contents (obfd, osection, buf, 0, len))
+ warning (_("writing dump file '%s' (%s)"), filename,
+ bfd_errmsg (bfd_get_error ()));
}
static void