OSDN Git Service

include/
authoramodra <amodra>
Fri, 3 Jun 2005 09:52:47 +0000 (09:52 +0000)
committeramodra <amodra>
Fri, 3 Jun 2005 09:52:47 +0000 (09:52 +0000)
commit97b75625bd687f943e8a2262678fac5e1b5453db
tree1f8f6dbed59ba98db7bd01cd3a37f551a0fcc750
parent621c94ecf746c3eef0a50b43f71653226dcfe8aa
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 <B>): Print "ld generated" for null bfd.
(vfinfo <C, D, G>): Handle null bfd.  Wrap comments.
bfd/ChangeLog
bfd/configure
bfd/configure.in
bfd/elflink.c
bfd/simple.c
include/ChangeLog
include/bfdlink.h
ld/ChangeLog
ld/ldmain.c
ld/ldmisc.c