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


On Thu, 2007-02-08 at 17:32 +0000, Joseph S. Myers wrote:
> On Tue, 16 Jan 2007, Richard Earnshaw wrote:
> 
> > > +#if (__ARM_ARCH__ == 4) && !defined(__thumb2__)
> > 
> > Why test for Thumb2?  If the architecture is v4, then surely Thumb2 will
> > always be false.
> 
> I don't know; this is in Paul's part of the patch.  Is the patch OK 
> without the __thumb2__ check?

Yes, it looks fine otherwise.

R.


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