PR24233, Out of memory
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 872539068cab8276db3c043287431cbe5a46f856..7d0c6a4db4477d68654b72084c70a8b737a4b53f 100644 (file)
@@ -3178,7 +3178,9 @@ dump_bfd_header (bfd *abfd)
 static void
 dump_bfd_private_header (bfd *abfd)
 {
-  bfd_print_private_bfd_data (abfd, stdout);
+  if (!bfd_print_private_bfd_data (abfd, stdout))
+    non_fatal (_("warning: private headers incomplete: %s"),
+              bfd_errmsg (bfd_get_error ()));
 }
 
 static void
This page took 0.028387 seconds and 4 git commands to generate.