Thu Apr 15 09:09:18 1993 Jim Kingdon (kingdon@cygnus.com)

* bfd-in.h (bfd_error), bfd.c (bfd_errmsgs): Add file_truncated.

	* format.c (bfd_check_error): Check error return from
	_bfd_check_format routines.

Wed Apr 14 23:48:25 1993  Jim Kingdon  (kingdon@cygnus.com)

	* rs6000-core.c (rs6000coff_core_p): Improve error checking and
	recognize .data section if present.
This commit is contained in:
Jim Kingdon
1993-04-15 19:29:51 +00:00
parent 6f49b01e47
commit 34b6a8c305
3 changed files with 71 additions and 10 deletions

View File

@@ -203,6 +203,10 @@ typedef enum bfd_error {
file_ambiguously_recognized, no_contents,
bfd_error_nonrepresentable_section,
no_debug_section, bad_value,
/* An input file is shorter than expected. */
file_truncated,
invalid_error_code} bfd_ec;
extern bfd_ec bfd_error;