bfd/
commit068e76b6957fa84a7d574f37d55fc1857928d9fa
authorRichard Henderson <rth@redhat.com>
Tue, 10 Apr 2007 18:00:26 +0000 (10 18:00 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 10 Apr 2007 18:00:26 +0000 (10 18:00 +0000)
treedd37c1c104d3c71d058f301760eb518d2d8bc533
parent548e7e4c643210588e90ce0f69d63262b34b0749
bfd/
        * elf64-alpha.c (struct alpha_elf_link_hash_table): Add relax_trip.
        (elf64_alpha_size_got_sections): Remove unused something_changed local.
        (elf64_alpha_size_plt_section): Return void.
        (elf64_alpha_size_rela_got_section): Likewise.
        (elf64_alpha_relax_section): Only regenerate got+plt if the
        relax_trip counter has changed.
include/
        * bfdlink.h (struct bfd_link_info): Add relax_trip.
ld/
        * ldlang.c (relax_sections): Initialize and increment
        link_info.relax_trip.
bfd/ChangeLog
bfd/elf64-alpha.c
include/ChangeLog
include/bfdlink.h
ld/ChangeLog
ld/ldlang.c