mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* bfd-in2.h: Regenerate.
This commit is contained in:
parent
ffda70fc2e
commit
b52149c8e0
@ -6,6 +6,7 @@
|
||||
(bfd_errmsg): Likewise.
|
||||
(bfd_perror): Simplify.
|
||||
* archive.c (_bfd_write_archive_contents): Report errors on input.
|
||||
* bfd-in2.h: Regenerate.
|
||||
|
||||
2006-10-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user