aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-15 19:29:51 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-15 19:29:51 +0000
commit34b6a8c305532ecbaf30b831232b6ac1f0cf8f15 (patch)
treed6609d9b4cee6215732f8a02fb1b6c7cecf14fbd /bfd/bfd-in.h
parent6f49b01e47d0b7169f527540c7da64276b4ba8cc (diff)
downloadgdb-34b6a8c305532ecbaf30b831232b6ac1f0cf8f15.zip
gdb-34b6a8c305532ecbaf30b831232b6ac1f0cf8f15.tar.gz
gdb-34b6a8c305532ecbaf30b831232b6ac1f0cf8f15.tar.bz2
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.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 50e5246..a1e00dd 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -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;