* bfd.c (bfd_get_error_handler): Add orthogonal function.
authorRichard Henderson <rth@redhat.com>
Fri, 23 Jan 1998 05:27:42 +0000 (05:27 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 23 Jan 1998 05:27:42 +0000 (05:27 +0000)
* bfd-in2.h: Regenerate.

bfd/ChangeLog
bfd/bfd-in2.h

index 5d8df497dc1667a37c1c0d484f8645e7c3ffe712..584ae640d49153999194ce8d662bfbe241a55f3d 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 22 21:26:48 1998  Richard Henderson  <rth@cygnus.com>
+
+       * bfd.c (bfd_get_error_handler): Add orthogonal function.
+       * bfd-in2.h: Regenerate.
+
 Thu Jan 22 21:13:39 1998  Richard Henderson  <rth@cygnus.com>
 
        * tekhex.c (tekhex_write_object_contents): Check for no symbols.
index aa035b010e3dce4d90e4df86a1b5a2f319a0adc3..bfaf5ab69c62dfb8f7bdf8a9aa837c3e5e55fc73 100644 (file)
@@ -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));