From e1fffbe6e9081f5d7b12fe6d591b00a8eb6d8897 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 3 Jun 2005 09:52:50 +0000 Subject: include/ * bfdlink.h (struct bfd_link_callbacks): Add einfo. bfd/ * configure.in: Bump version * configure: Regenerate. * elflink.c (elf_link_input_bfd): Use einfo linker callback to print discarded section sym refs and kill linker output. * simple.c (simple_dummy_einfo): New function. (bfd_simple_get_relocated_section_contents): Init callbacks.einfo. ld/ * ldmain.c (link_callbacks): Add einfo. (add_archive_element): Use passed info, not link_info. (constructor_callback): Likewise. (reloc_overflow): Don't handle null bfd specially. (reloc_dangerous, unattached_reloc): Likewise. * ldmisc.c (vfinfo ): Print "ld generated" for null bfd. (vfinfo ): Handle null bfd. Wrap comments. --- ld/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ld/ChangeLog') diff --git a/ld/ChangeLog b/ld/ChangeLog index f940d2c..7789ed6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2005-06-03 Alan Modra + + * ldmain.c (link_callbacks): Add einfo. + (add_archive_element): Use passed info, not link_info. + (constructor_callback): Likewise. + (reloc_overflow): Don't handle null bfd specially. + (reloc_dangerous, unattached_reloc): Likewise. + * ldmisc.c (vfinfo ): Print "ld generated" for null bfd. + (vfinfo ): Handle null bfd. Wrap comments. + 2005-06-02 Alan Modra * ldexp.h (etree_value_type): Use "asection *" in place of -- cgit v1.1