From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Jakub Jelinek Cc: binutils@sources.redhat.com Subject: Re: [PATCH] Alpha support for -z combreloc Date: Thu, 23 Aug 2001 14:22:00 -0000 Message-id: <20010823142206.C30576@redhat.com> References: <20010823190425.H5765@sunsite.ms.mff.cuni.cz> X-SW-Source: 2001-08/msg00551.html On Thu, Aug 23, 2001 at 07:04:25PM +0200, Jakub Jelinek wrote: > * 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. Ok. r~