* objdump.c (dump_section): Extend the warning message displayed
	when a section cannot be loaded.
+2015-02-24  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (dump_section): Extend the warning message displayed
+       when a section cannot be loaded.
+
 2015-02-21  Mike Frysinger  <vapier@gentoo.org>
 
        * readelf.c (process_program_headers): Add newline to warning
 
 
   if (!bfd_get_full_section_contents (abfd, section, &data))
     {
-      non_fatal (_("Reading section failed"));
+      non_fatal (_("Reading section %s failed because: %s"),
+                section->name, bfd_errmsg (bfd_get_error ()));
       return;
     }