From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3573 invoked by alias); 10 Feb 2005 10:47:41 -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 3541 invoked from network); 10 Feb 2005 10:47:36 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sourceware.org with SMTP; 10 Feb 2005 10:47:36 -0000 Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.12.10/8.12.10) with ESMTP id j1AAgR4m018342; Thu, 10 Feb 2005 10:42:27 GMT Received: from pc960.cambridge.arm.com (localhost.localdomain [127.0.0.1]) by pc960.cambridge.arm.com (8.12.8/8.12.8) with ESMTP id j1AAhgrg006322; Thu, 10 Feb 2005 10:43:43 GMT Received: (from rearnsha@localhost) by pc960.cambridge.arm.com (8.12.8/8.12.8/Submit) id j1AAhgor006320; Thu, 10 Feb 2005 10:43:42 GMT X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha set sender to rearnsha@gcc.gnu.org using -f Subject: Re: [PATCH] Indicate dependency on personality routines for ARM EHABI From: Richard Earnshaw To: Julian Brown Cc: binutils@sources.redhat.com In-Reply-To: <420A67CF.2090802@codesourcery.com> References: <420A38B6.3010609@codesourcery.com> <420A43C8.5090008@codesourcery.com> <1107969853.4376.16.camel@pc960.cambridge.arm.com> <420A67CF.2090802@codesourcery.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: GNU Message-Id: <1108032219.4376.21.camel@pc960.cambridge.arm.com> Mime-Version: 1.0 Date: Thu, 10 Feb 2005 14:07:00 -0000 X-SW-Source: 2005-02/txt/msg00197.txt.bz2 On Wed, 2005-02-09 at 19:43, Julian Brown wrote: > Hi, > > This version of the patch uses BFD_RELOC_NONE instead of > BFD_RELOC_ARM_NONE, and changes the existing use of BFD_RELOC_NONE in > gas/config/tc-arm.c to use BFD_RELOC_UNUSED instead to prevent conflict. > > Tested on arm-none-eabi and i686-pc-linux-gnu. > > OK? > > ChangeLog: > > * gas/config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to > BFD_RELOC_UNUSED. > (do_t_push_pop): Likewise. > (md_assemble): Likewise. > (md_apply_fix3): Handle BFD_RELOC_NONE, make BFD_RELOC_UNUSED same > as previous meaning of BFD_RELOC_NONE. > (create_unwind_entry): Output dependency on the required personality > routines. > * gas/testsuite/gas/arm/unwind.d: Alter expected output to include > dependency on __aeabi_unwind_cpp_pr[01]. OK. R.