diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-07-30 15:37:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-07-30 15:37:04 +0000 |
commit | 185d09adc379a495103643c594a28d5f80110978 (patch) | |
tree | 942082fe14e0e90b98f4a2b3cbedba1f03aef2ee /bfd/libbfd.h | |
parent | ddc9cd0f636c47cb328a663e28e0414052dc21c1 (diff) | |
download | gdb-185d09adc379a495103643c594a28d5f80110978.zip gdb-185d09adc379a495103643c594a28d5f80110978.tar.gz gdb-185d09adc379a495103643c594a28d5f80110978.tar.bz2 |
2004-07-30 H.J. Lu <hongjiu.lu@intel.com>
Nick Clifton <nickc@redhat.com>
PR 290
* bfd.c (_bfd_default_error_handler): Make it global.
* elf-bfd.h (elf_backend_data): Add link_order_error_handler.
* elf.c (assign_section_numbers): Cope gracefully with sections
which have SHF_LINK_ORDER set but no sh_link set up.
* elflink.c (elf_get_linked_section_vma): Likewise.
* elfxx-ia64.c (elf_backend_link_order_error_handler): New. Set
it to NULL.
* elfxx-target.h (elf_backend_link_order_error_handler): New.
Set it to _bfd_default_error_handler.
(elfNN_bed): Add elf_backend_link_order_error_handler.
* libbfd-in.h (_bfd_default_error_handler): New.
* libbfd.h: Regenerated.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index f85ca40..f3bd57a 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -96,6 +96,7 @@ extern void *bfd_realloc extern void *bfd_zmalloc (bfd_size_type); +extern void _bfd_default_error_handler (const char *s, ...); extern bfd_error_handler_type _bfd_error_handler; /* These routines allocate and free things on the BFD's objalloc. */ |