From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28600 invoked by alias); 2 May 2006 12:23:30 -0000 Received: (qmail 28592 invoked by uid 22791); 2 May 2006 12:23:29 -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; Tue, 02 May 2006 12:23:28 +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 k42CMGDp013207; Tue, 2 May 2006 08:22:16 -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 k42CMFP3019315; Tue, 2 May 2006 08:22:16 -0400 Received: from [10.32.68.10] (vpn-68-10.surrey.redhat.com [10.32.68.10]) by pobox.surrey.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k42CMESR001684; Tue, 2 May 2006 13:22:14 +0100 Message-ID: <44574EF5.7060400@redhat.com> Date: Tue, 02 May 2006 12:23:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Paul Brook CC: binutils@sourceware.org, Richard Earnshaw Subject: Re: [patch] R_ARM_REL32 and Thumb functions. References: <200604201929.50393.paul@codesourcery.com> <1145607223.16122.77.camel@pc960.cambridge.arm.com> <200604281637.16027.paul@codesourcery.com> In-Reply-To: <200604281637.16027.paul@codesourcery.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-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00039.txt.bz2 Hi Paul, > 2006-04-28 Paul Brook > > bfd/ > * elf32-arm.c (elf32_arm_final_link_relocate): Set Thumb function bit > for R_ARM_REL32. > gas/ > * config/tc-arm.c (arm_optimize_expr): New function. > * config/tc-arm.h (md_optimize_expr): Define > (arm_optimize_expr): Add prototype. > (TC_FORCE_RELOCATION_SUB_SAME): Define. > ld/testsuite/ > * ld-arm/arm-elf.exp: Add thumb-rel32. > * ld-arm/thumb-rel32.d: New test. > * ld-arm/thumb-rel32.s: New test. Approved for mainline. I think that this should probably go into the 2.17 branch as well. What do you think ? Cheers Nick