From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30970 invoked by alias); 16 Mar 2005 15:00:57 -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 30914 invoked from network); 16 Mar 2005 15:00:52 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 16 Mar 2005 15:00:52 -0000 Received: (qmail 15609 invoked from network); 16 Mar 2005 15:00:51 -0000 Received: from localhost (HELO ?10.1.1.142?) (julian@127.0.0.1) by mail.codesourcery.com with SMTP; 16 Mar 2005 15:00:51 -0000 Message-ID: <42384A1B.2020208@codesourcery.com> Date: Wed, 16 Mar 2005 16:34:00 -0000 From: Julian Brown User-Agent: Debian Thunderbird 1.0 (X11/20050116) MIME-Version: 1.0 To: Richard Earnshaw CC: Daniel Jacobowitz , binutils@sources.redhat.com, Julian Brown Subject: Re: [PATCH] Fix thumb calls via PLT on ARM/SymbianOS References: <42383FF3.4080604@codesourcery.com> <1110982992.19581.35.camel@pc960.cambridge.arm.com> <20050316144218.GA27174@nevyn.them.org> <42384770.8030104@codesourcery.com> <1110984932.19581.44.camel@pc960.cambridge.arm.com> In-Reply-To: <1110984932.19581.44.camel@pc960.cambridge.arm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00445.txt.bz2 Richard Earnshaw wrote: > On Wed, 2005-03-16 at 14:49, Julian Brown wrote: > >>Would it be better to add a --target-arch (or something) flag to >>binutils at this point? That would tidy up a previous patch of mine, >>too. I don't know if any other targets have, or need, such an option. > > > Yep, I think that would be a good idea. Ideally we'd want a linker > command-line option as well, but a configuration option would be a good > first step. Sorry, cross-purposes: a linker command-line option was more like what I had in mind. I'll see what I can come up with. Julian