This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: iWMMXt unwind support


Joseph S. Myers wrote:
> This patch adds support to the ARM EABI unwinder for restoring iWMMXt
> registers.  Tested arm-linux-gnueabi -mcpu=iwmmxt.  OK to commit?

I will leave it to an ARM maintainer to approve the patch, but:

> in binutils 2.17.  Is it OK for GCC trunk to require unreleased CVS
> binutils to build for ARM EABI targets for v4, or is it necessary to
> have configure checks to disable the .object_arch use (and remove the
> problem instructions) for older binutils?

I think it should be OK to require unreleased binutils, especially in
that it seems likely there will be a new binutils release before GCC 4.3
is out.  The GCC Release Manager seems to have been distracted of late,
and while I hear that he plans to get back on the horse real soon, he's
still got 4.1.2 and 4.2.0 to get through the pipeline.

If we really want to concern ourselves about this, we could file a P1
bug against 4.3, nothing that we should do the horrible autoconf thing
if there has not yet been a binutils release.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]