From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16483 invoked by alias); 2 May 2006 13:20:14 -0000 Received: (qmail 16468 invoked by uid 22791); 2 May 2006 13:20:13 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 May 2006 13:20:12 +0000 Received: (qmail 9384 invoked from network); 2 May 2006 13:20:10 -0000 Received: from unknown (HELO 81-178-240-65.dsl.pipex.com) (paul@127.0.0.2) by mail.codesourcery.com with ESMTPA; 2 May 2006 13:20:10 -0000 From: Paul Brook To: Nick Clifton Subject: Re: [patch] R_ARM_REL32 and Thumb functions. Date: Tue, 02 May 2006 13:20:00 -0000 User-Agent: KMail/1.9.1 Cc: binutils@sourceware.org, Richard Earnshaw References: <200604201929.50393.paul@codesourcery.com> <200604281637.16027.paul@codesourcery.com> <44574EF5.7060400@redhat.com> In-Reply-To: <44574EF5.7060400@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605021420.09160.paul@codesourcery.com> 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/msg00040.txt.bz2 On Tuesday 02 May 2006 13:22, Nick Clifton wrote: > 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 ? Ok, done. Paul