From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20061 invoked by alias); 6 Dec 2001 10:26:34 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 19989 invoked from network); 6 Dec 2001 10:26:04 -0000 Received: from unknown (HELO dell-paw-2.cambridge.redhat.com) (195.224.55.226) by sources.redhat.com with SMTP; 6 Dec 2001 10:26:04 -0000 Received: from north-pole.nickc.cambridge.redhat.com (host217-35-29-153.in-addr.btopenworld.com [217.35.29.153]) by dell-paw-2.cambridge.redhat.com (Postfix) with ESMTP id 582C82B4C1; Thu, 6 Dec 2001 10:26:03 +0000 (GMT) Received: from north-pole.nickc.cambridge.redhat.com.nickc.cambridge.redhat.com (localhost [127.0.0.1]) by north-pole.nickc.cambridge.redhat.com (Postfix) with ESMTP id A85B111186E; Thu, 6 Dec 2001 10:22:46 +0000 (GMT) To: Jakub Jelinek Cc: binutils@sources.redhat.com Subject: Re: [PATCH] References: <20011205144708.A676@sunsite.ms.mff.cuni.cz> From: Nick Clifton Date: Thu, 06 Dec 2001 02:26:00 -0000 In-Reply-To: <20011205144708.A676@sunsite.ms.mff.cuni.cz> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00097.txt.bz2 Hi Jakub, > 2001-12-05 Jakub Jelinek > > * elf.c (_bfd_elf_rela_local_sym): Only call > _bfd_merged_section_offset if merge_info is non-NULL. > (_bfd_elf_rel_local_sym, _bfd_elf_section_offset): New. > * elf-bfd.h (_bfd_elf_rel_local_sym, _bfd_elf_section_offset): New > prototypes. > * elf32-arm.h (elf32_arm_final_link_relocate): Use > _bfd_elf_section_offset. > (elf32_arm_relocate_section): Use _bfd_elf_rel_local_sym. > * elf32-i386.c (elf_i386_relocate_section): Use > _bfd_elf_section_offset and _bfd_elf_rel_local_sym. > * elf32-sh.c (sh_elf_relocate_section): Likewise. > * elf32-sparc.c (elf32_sparc_relocate_section): Use > _bfd_elf_section_offset. > * elf32-cris.c (cris_elf_relocate_section): Likewise. > * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. > * elf32-i370.c (i370_elf_relocate_section): Likewise. > * elf32-m68k.c (elf_m68k_relocate_section): Likewise. > * elf32-mips.c (mips_elf_create_dynamic_relocation): Likewise. > * elf32-ppc.c (ppc_elf_relocate_section): Likewise. > * elf32-s390.c (elf_s390_relocate_section): Likewise. > * elf64-alpha.c (elf64_alpha_relocate_section): Likewise. > * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. > * elf64-s390.c (elf_s390_relocate_section): Likewise. > * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. > * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. > * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise. Approved - please apply. Cheers Nick