diff options
Diffstat (limited to 'include/bfd.h')
-rw-r--r-- | include/bfd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h index b862721..73ba9d5 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -212,6 +212,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; |