From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10850 invoked by alias); 12 Jul 2006 09:08:09 -0000 Received: (qmail 10840 invoked by uid 22791); 12 Jul 2006 09:08:08 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Jul 2006 09:08: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.20060308/8.12.11) with ESMTP id k6C9814S015255; Wed, 12 Jul 2006 05:08:01 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k6C97w8Q023384; Wed, 12 Jul 2006 05:08:00 -0400 Received: from [10.32.68.14] (vpn-68-14.surrey.redhat.com [10.32.68.14]) by pobox.surrey.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k6C97sok004203; Wed, 12 Jul 2006 10:07:54 +0100 Message-ID: <44B4BBE7.1010707@redhat.com> Date: Wed, 12 Jul 2006 09:08:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: "H. J. Lu" CC: binutils@sources.redhat.com Subject: Re: PATCH: PR ld/2884: Crash in elf64_ia64_relocate_section References: <20060706232756.GA20456@lucon.org> <44B3B00C.8030103@redhat.com> <20060711174103.GA4385@lucon.org> <20060712040255.GA8103@lucon.org> In-Reply-To: <20060712040255.GA8103@lucon.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00153.txt.bz2 Hi H.J. > bfd/ > 2006-07-11 H.J. Lu > > PR ld/2884 > * elflink.c (_bfd_elf_merge_symbol): Copy the symbol info from > the old versioned dynamic definition to the new one with > non-default visibility. Hide the symbol if it is hidden or > internal. > > ld/testsuite/ > 2006-07-11 H.J. Lu > > PR ld/2884 > * ld-elf/begin.c: New file. > * ld-elf/end.c: Likewise. > * ld-elf/endhidden.c: Likewise. > * ld-elf/endprotected.c: Likewise. > * ld-elf/foo.c: Likewise. > * ld-elf/foo.map: Likewise. > * ld-elf/hidden.out: Likewise. > * ld-elf/main.c: Likewise. > * ld-elf/normal.out: Likewise. > * ld-elf/shared.exp: Likewise. > > * lib/ld-lib.exp (run_cc_link_tests): New. Approved - please apply. Cheers Nick