From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16031 invoked by alias); 30 Mar 2005 14:28:03 -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 15927 invoked from network); 30 Mar 2005 14:27:53 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 30 Mar 2005 14:27:53 -0000 Received: (qmail 11009 invoked from network); 30 Mar 2005 14:27:52 -0000 Received: from localhost (HELO wren.home) (paul@127.0.0.1) by mail.codesourcery.com with SMTP; 30 Mar 2005 14:27:52 -0000 From: Paul Brook Organization: CodeSourcery To: binutils@sources.redhat.com Subject: Re: [PATCH] Fix type and alignment of ARM/Thumb EABI =?iso-8859-1?q?mapping=09symbols?= Date: Wed, 30 Mar 2005 21:08:00 -0000 User-Agent: KMail/1.7.2 Cc: Richard Earnshaw , Julian Brown References: <424716CD.5030909@codesourcery.com> <4249C7E9.8000100@codesourcery.com> <1112175967.12337.36.camel@pc960.cambridge.arm.com> In-Reply-To: <1112175967.12337.36.camel@pc960.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503301527.50626.paul@codesourcery.com> X-SW-Source: 2005-03/txt/msg00899.txt.bz2 > > ! 4.5.7 Mapping symbols > > > > ! A section of an ELF file can contain a mixture of ARM code, Thumb > > code > > There's no need to quote the entirety of this section in the source > file. A cross reference is fine. The correct reference should be to > v1.0 of the spec, where the section number is 4.5.5. Might also be worth explicitly noting that this is a change from previous behaviour. Paul