OSDN Git Service

bfd/
authorRichard Henderson <rth@redhat.com>
Tue, 10 Apr 2007 18:00:25 +0000 (18:00 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 10 Apr 2007 18:00:25 +0000 (18:00 +0000)
commit05478ab02c0752c1a69d62cce9c15c06f953aa37
tree12459a6cd0ee568186acd12b108043c3056d9a30
parentf2ae839ec3d433a9064bfbcd9f126924ae43e861
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