From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24833 invoked by alias); 31 Jan 2005 11:12:10 -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 24752 invoked from network); 31 Jan 2005 11:12:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 31 Jan 2005 11:12:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0VBC3LD026670 for ; Mon, 31 Jan 2005 06:12:03 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0VBBvO19226 for ; Mon, 31 Jan 2005 06:11:57 -0500 Received: from [172.31.0.98] (vpnuser9.surrey.redhat.com [172.16.9.9]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j0VBBu0W004029; Mon, 31 Jan 2005 11:11:56 GMT Message-ID: <41FE14B2.1040906@redhat.com> Date: Mon, 31 Jan 2005 11:12:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Richard Sandiford CC: binutils@sources.redhat.com Subject: Re: Target-specific FDE pointer sizes (1/3) References: <874qh038y1.fsf@redhat.com> In-Reply-To: <874qh038y1.fsf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00536.txt.bz2 Hi Richard, > bfd/ > * elf-bfd.h (elf_backend_data): Add elf_backend_eh_frame_address_size. > (_bfd_elf_eh_frame_address_size): Declare. > * elfxx-target.h (elf_backend_eh_frame_address_size): Define a default. > (elfNN_bed): Initialize elf_backend_eh_frame_address_size. > * elfxx-mips.h (_bfd_mips_elf_eh_frame_address_size): Declare. > (elf_backend_eh_frame_address_size): Define. > * elfxx-mips.c (_bfd_mips_elf_eh_frame_address_size): New function. > * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Get the address > size from the new backend hook. > (_bfd_elf_write_section_eh_frame): Likewise. > (_bfd_elf_eh_frame_address_size): New function. > > ld/testsuite/ > * ld-mips-elf/eh-frame1.s: Create a .gcc_compiled_long32 if using > 32-bit pointers. > * ld-mips-elf/eh-frame1.d: Link in .gcc_compiled_long32 sections. > * ld-mips-elf/eh-frame[34].d: New tests. > * ld-mips-elf/mips-elf.exp: Run them. Approved - please apply. Cheers Nick