diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-09 22:16:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-09 22:16:40 +0000 |
commit | 0318ed310910d84a42a86f8c0ad882157442bb91 (patch) | |
tree | e9cae637609bbf04675e2688fc035c69e15bd2b1 /bfd | |
parent | 9a6ec5ebd11157f56c03d043c06de97a21582f75 (diff) | |
download | gdb-0318ed310910d84a42a86f8c0ad882157442bb91.zip gdb-0318ed310910d84a42a86f8c0ad882157442bb91.tar.gz gdb-0318ed310910d84a42a86f8c0ad882157442bb91.tar.bz2 |
* bfd.c: Include <stdarg.h> or <varargs.h>, depending upon
ANSI_PROTOTYPES.
(bfd_error_handler_type): New global type.
(_bfd_error_program_name): New static variable.
(_bfd_default_error_handler): New static function.
(_bfd_error_handler): New BFD private global variable.
(bfd_set_error_handler): New globally visible function.
(bfd_set_error_program_name): New globally visible function.
* libbfd-in.h (_bfd_error_handler): Declare.
* bfd-in2.h, libbfd.h: Rebuild.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c9eafec..3173f40 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,16 @@ Thu Mar 9 15:06:25 1995 Ian Lance Taylor <ian@cygnus.com> + * bfd.c: Include <stdarg.h> or <varargs.h>, depending upon + ANSI_PROTOTYPES. + (bfd_error_handler_type): New global type. + (_bfd_error_program_name): New static variable. + (_bfd_default_error_handler): New static function. + (_bfd_error_handler): New BFD private global variable. + (bfd_set_error_handler): New globally visible function. + (bfd_set_error_program_name): New globally visible function. + * libbfd-in.h (_bfd_error_handler): Declare. + * bfd-in2.h, libbfd.h: Rebuild. + * aoutx.h (NAME(aout,swap_ext_reloc_in)): Add symcount parameter, and use it instead of bfd_get_symcount. Check r_index after setting r_extern based on whether this is a base relative reloc. |