OSDN Git Service

* elflink.h (elf_link_sort_cmp1): Sort RELATIVE relocs first, not
authorjakub <jakub>
Fri, 24 Aug 2001 11:17:28 +0000 (11:17 +0000)
committerjakub <jakub>
Fri, 24 Aug 2001 11:17:28 +0000 (11:17 +0000)
commit85df627d29f309c8abdb99358e2af181bc59abc6
tree7c680cda49ea1a24b583bf6e0e2edc486015f27b
parent1d07825093879340369f19b2c57d6604434c4a8a
* elflink.h (elf_link_sort_cmp1): Sort RELATIVE relocs first, not
last.
(elf_link_sort_relocs): Adjust accordingly.

* elf64-alpha.c (struct alpha_elf_link_hash_entry): Add reltext flag.
(elf64_alpha_check_relocs): Set it if section this reloc is against
is read-only.  Set DF_TEXTREL if a RELATIVE reloc is needed against
read-only section.
(elf64_alpha_calc_dynrel_sizes): Set DF_TEXTREL flag if relocation
is is against read-only section.
(elf64_alpha_size_dynamic_sections): Use DF_TEXTREL flag, don't
check section names.
(elf64_alpha_reloc_type_class): New.
(elf_backend_reloc_type_class): Define.
bfd/ChangeLog
bfd/elf64-alpha.c
bfd/elflink.h