From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30331 invoked by alias); 23 Jul 2002 11:19:15 -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 30321 invoked from network); 23 Jul 2002 11:19:14 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by sources.redhat.com with SMTP; 23 Jul 2002 11:19:14 -0000 Received: from north-pole.nickc.cambridge.redhat.com (vpnuser2.stuttgart.redhat.com [172.16.4.2]) by executor.cambridge.redhat.com (Postfix) with ESMTP id 95503ABAF8 for ; Tue, 23 Jul 2002 12:19:13 +0100 (BST) Received: from north-pole.nickc.cambridge.redhat.com.nickc.redhat.com (unknown [127.0.0.1]) by north-pole.nickc.cambridge.redhat.com (Postfix) with ESMTP id AB5581C945; Tue, 23 Jul 2002 12:19:55 +0100 (BST) To: Reva Cuthbertson Cc: sje@cup.hp.com, binutils@sources.redhat.com Subject: Re: copy_private_bfd_data in bfd/elf.c question References: <3D348D79.247E4141@cup.hp.com> <3D3C766C.91969D78@cup.hp.com> From: Nick Clifton Date: Tue, 23 Jul 2002 05:13:00 -0000 In-Reply-To: <3D3C766C.91969D78@cup.hp.com> 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: 2002-07/txt/msg00585.txt.bz2 Hi Reva. > Thanks so much for the patch! I tried it out on HP-UX/IA-64 > with objcopy and strip and it worked for me. Could you check these > changes in as I do not have write access? I have checked the patch into the mainline sources. > Would it be possible to get these changes into the 2.13 branch as > well as the mainline? Hmm, well that would be up to Daniel. Since the patch is adding a new "feature" I would be reluctant to apply it, but since this feature fixes a bug with the HP-UX IA-64 port I might be tempted to accept it. Cheers Nick > 2002-07-19 Nick Clifton > > * elf-bfd.h (struct elf_backend_data): Add new bitfield > 'want_p_paddr_set_zero'. > * elfxx-target.h: Set default value for want_p_paddr_set_zero > to false; > * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target. > * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.