OSDN Git Service

bfd/
authorrth <rth>
Tue, 10 Apr 2007 18:00:24 +0000 (18:00 +0000)
committerrth <rth>
Tue, 10 Apr 2007 18:00:24 +0000 (18:00 +0000)
commitbe0cd6d5ffa9ba7bd76a539a1c0988fba0117c05
treed1aa371b51169195479c623211f0bad1d76a2642
parentd18cd5a9b64150aa08eed71a6436bf378e7a00dc
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