diff options
author | Richard Henderson <rth@redhat.com> | 1998-01-23 05:27:42 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-01-23 05:27:42 +0000 |
commit | f3da1439256bc280e94cf98dcbef46ddc0c4c272 (patch) | |
tree | 7c14a64326d71780011ad87813e30823f35d4a16 /bfd/bfd-in2.h | |
parent | 31af3ca9f641875deb888aae81b1184b63075fa6 (diff) | |
download | gdb-f3da1439256bc280e94cf98dcbef46ddc0c4c272.zip gdb-f3da1439256bc280e94cf98dcbef46ddc0c4c272.tar.gz gdb-f3da1439256bc280e94cf98dcbef46ddc0c4c272.tar.bz2 |
* bfd.c (bfd_get_error_handler): Add orthogonal function.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index aa035b0..bfaf5ab 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2423,6 +2423,9 @@ bfd_set_error_handler PARAMS ((bfd_error_handler_type)); void bfd_set_error_program_name PARAMS ((const char *)); +bfd_error_handler_type +bfd_get_error_handler PARAMS ((void)); + long bfd_get_reloc_upper_bound PARAMS ((bfd *abfd, asection *sect)); |