aboutsummaryrefslogtreecommitdiff
path: root/include/bfdlink.h
AgeCommit message (Collapse)AuthorFilesLines
1994-06-16 * bfdlink.h (struct bfd_link_info): Add new field shared.Ian Lance Taylor1-2/+13
1994-06-06 * bfdlink.h (struct bfd_link_hash_entry): Remove written field:Ian Lance Taylor1-2/+7
not needed for all backends.
1994-03-22 * bfdlink.h (struct bfd_link_callbacks): Change bitsize argumentIan Lance Taylor1-0/+395
to add_to_set to reloc. Remove bitsize argument from constructor. Comment that reloc_overflow, reloc_dangerous and unattached_reloc must handle NULL pointers for reloc location. (enum bfd_link_order_type): Add bfd_section_reloc_link_order and bfd_symbol_reloc_link_order. (struct bfd_link_order): Add reloc field to union. (struct bfd_link_order_reloc): Define.