From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9177 invoked by alias); 30 Mar 2005 16:30:13 -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 9128 invoked from network); 30 Mar 2005 16:30:09 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sourceware.org with SMTP; 30 Mar 2005 16:30:09 -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 j2UGTr4G026714; Wed, 30 Mar 2005 17:29:53 +0100 (BST) 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 j2UGU7IF022054; Wed, 30 Mar 2005 17:30:07 +0100 Received: (from rearnsha@localhost) by pc960.cambridge.arm.com (8.12.8/8.12.8/Submit) id j2UGU7CZ022011; Wed, 30 Mar 2005 17:30:07 +0100 X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha set sender to rearnsha@gcc.gnu.org using -f Subject: Re: [PATCH] Fix type and alignment of ARM/Thumb EABI mapping symbols From: Richard Earnshaw To: Julian Brown Cc: Paul Brook , binutils@sources.redhat.com In-Reply-To: <424AC63F.7000706@codesourcery.com> References: <424716CD.5030909@codesourcery.com> <4249C7E9.8000100@codesourcery.com> <1112175967.12337.36.camel@pc960.cambridge.arm.com> <200503301527.50626.paul@codesourcery.com> <424AC63F.7000706@codesourcery.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: GNU Message-Id: <1112200206.1680.6.camel@pc960.cambridge.arm.com> Mime-Version: 1.0 Date: Thu, 31 Mar 2005 00:27:00 -0000 X-SW-Source: 2005-03/txt/msg00903.txt.bz2 On Wed, 2005-03-30 at 16:31, Julian Brown wrote: > * bfd/cpu-arm.c (bfd_elf32_is_arm_mapping_symbol_name): ...to here, > renamed and made global. This function isn't elf specific, which is one of the reasons I suggested moving it to cpu-arm.c. So why have you put elf32 in the name? R.