diff options
author | Alan Modra <amodra@gmail.com> | 2006-10-30 07:44:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-10-30 07:44:11 +0000 |
commit | b52149c8e0d177ebc2356f3529d6215746bed819 (patch) | |
tree | 204de81fdea16091c0e8597fd9072cd7b400d0cc /bfd/bfd-in2.h | |
parent | ffda70fc2e3b04016ff2373c888aaaeafc09a46c (diff) | |
download | gdb-b52149c8e0d177ebc2356f3529d6215746bed819.zip gdb-b52149c8e0d177ebc2356f3529d6215746bed819.tar.gz gdb-b52149c8e0d177ebc2356f3529d6215746bed819.tar.bz2 |
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 9b561ad..eef70d3 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -4645,13 +4645,14 @@ typedef enum bfd_error bfd_error_bad_value, bfd_error_file_truncated, bfd_error_file_too_big, + bfd_error_on_input, bfd_error_invalid_error_code } bfd_error_type; bfd_error_type bfd_get_error (void); -void bfd_set_error (bfd_error_type error_tag); +void bfd_set_error (bfd_error_type error_tag, ...); const char *bfd_errmsg (bfd_error_type error_tag); |