From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19574 invoked by alias); 17 Nov 2004 00:22:36 -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 19405 invoked from network); 17 Nov 2004 00:22:27 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 17 Nov 2004 00:22:27 -0000 Received: (qmail 9798 invoked from network); 17 Nov 2004 00:22:23 -0000 Received: from localhost (HELO wren.home) (paul@127.0.0.1) by mail.codesourcery.com with SMTP; 17 Nov 2004 00:22:23 -0000 From: Paul Brook Organization: CodeSourcery To: binutils@sources.redhat.com Subject: Re: RFA: Support for Thumb in dynamic objects Date: Wed, 17 Nov 2004 00:22:00 -0000 User-Agent: KMail/1.7.1 Cc: Daniel Jacobowitz References: <20041116233909.GA31434@nevyn.them.org> In-Reply-To: <20041116233909.GA31434@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200411170022.20918.paul@codesourcery.com> X-SW-Source: 2004-11/txt/msg00241.txt.bz2 On Tuesday 16 November 2004 23:39, Daniel Jacobowitz wrote: > +/* An initial stub used if the PLT entry is referenced from Thumb code. > =A0*/ +#define PLT_THUMB_STUB_SIZE 4 > +static const bfd_vma elf32_arm_plt_thumb_stub [1] =3D > + =A0{ > + =A0 =A00x46c04778=A0=A0=A0=A0=A0=A0=A0=A0=A0/* bx pc; nop (in Thumb mod= e) */ > + =A0}; Does this DTRT on big-endian targets? Paul