Re: [PATCH mips] Do not compile mips16.S in soft-float mode

2014-08-12 Thread Eric Christopher
Thanks! -eric On Tue, Aug 12, 2014 at 8:33 AM, Steve Ellcey wrote: > On Tue, 2014-08-12 at 00:07 -0700, Eric Christopher wrote: >> >> >> >> -#ifdef __mips_micromips >> >> +#if defined(__mips_micromips) || defined(__mips_soft_float) >> >>/* DO NOTHING */ >> >> #else >> >> >> >> Mind adding a

Re: [PATCH mips] Do not compile mips16.S in soft-float mode

2014-08-12 Thread Steve Ellcey
On Tue, 2014-08-12 at 00:07 -0700, Eric Christopher wrote: > >> > >> -#ifdef __mips_micromips > >> +#if defined(__mips_micromips) || defined(__mips_soft_float) > >>/* DO NOTHING */ > >> #else > >> > > Mind adding a comment here explaining why we don't want to do anything > for soft float (and

Re: [PATCH mips] Do not compile mips16.S in soft-float mode

2014-08-12 Thread Eric Christopher
>> >> -#ifdef __mips_micromips >> +#if defined(__mips_micromips) || defined(__mips_soft_float) >>/* DO NOTHING */ >> #else >> Mind adding a comment here explaining why we don't want to do anything for soft float (and micromips)? OK otherwise. Thanks! -eric

RE: [PATCH mips] Do not compile mips16.S in soft-float mode

2014-08-09 Thread Moore, Catherine
> -Original Message- > From: Steve Ellcey [mailto:sell...@mips.com] > Subject: [PATCH mips] Do not compile mips16.S in soft-float mode > > This libgcc patch is the second of two patches needed to build GCC soft-float > multilibs when using the latest binutils. It skips assembling any of