From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15419 invoked by alias); 22 Jun 2009 09:15:16 -0000 Received: (qmail 15410 invoked by uid 22791); 22 Jun 2009 09:15:15 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 22 Jun 2009 09:15:08 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5M9F2lY022774; Mon, 22 Jun 2009 05:15:05 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5M9F1I7028758; Mon, 22 Jun 2009 05:15:02 -0400 Received: from [10.33.6.31] (vpn-6-31.fab.redhat.com [10.33.6.31]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5M9Ewpi022427; Mon, 22 Jun 2009 05:15:00 -0400 Message-ID: <4A3F4B91.2060202@redhat.com> Date: Mon, 22 Jun 2009 09:24:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Christophe LYON CC: binutils@sourceware.org, Phil Blundell Subject: Re: linker crash in arm stub generation References: <1244740179.21585.119.camel@mill.internal.reciva.com> <4A324BAC.7090702@redhat.com> <4A3255D9.9030906@st.com> <20090612140642.GA31950@caradoc.them.org> <4A32626C.8090407@st.com> <4A3658C4.3000800@st.com> <20090615175935.GA22200@caradoc.them.org> <4A390CF5.3000505@st.com> <20090617162337.GA9315@caradoc.them.org> <4A3A4DEF.5070704@st.com> <4A3A4E62.8030603@st.com> In-Reply-To: <4A3A4E62.8030603@st.com> 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-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00362.txt.bz2 Hi Christophe, > 2009-06-18 Christophe Lyon > > bfd/ > * elf32-arm.c (elf32_arm_size_stubs): Use PLT address as > destination for defined dynamic symbols when deciding whether to > insert a stub or not. > (allocate_dynrelocs): Make sure functions are not marked as Thumb > when actually accessed through a PLT, even when generating a > shared lib. > > ld/testsuite: > * ld-arm/farcall-mixed-app.s: Add new references to check more > modes switching. > * ld-arm/farcall-mixed-lib1.s: Likewise. > * ld-arm/farcall-mixed-app-v5.d: Update expected result. > * farcall-mixed-app.d: Likewise. > * ld-arm/farcall-mixed-lib.d: Likewise. Approved - please apply. Cheers Nick