Re: [PATCH] RTEMS: Add Nios 2 support

2014-07-19 Thread Sebastian Huber
On 07/18/2014 08:30 AM, Chung-Lin Tang wrote: For the default multilib settings, it looks like you just intended to use -mcustom-fpu-cfg=60-2. I suggest you modify t-rtems to do that instead of enumerating the individual FPU insn options. From the documentation https://gcc.gnu.org/onlinedocs/g

Re: [PATCH] RTEMS: Add Nios 2 support

2014-07-18 Thread Chung-Lin Tang
On 14/7/18 2:30 PM, Chung-Lin Tang wrote: > For the default multilib settings, it looks like you just intended to > use -mcustom-fpu-cfg=60-2. I suggest you modify t-rtems to do that > instead of enumerating the individual FPU insn options. > > Other than that, the patch looks okay. > > Chung-Lin

Re: [PATCH] RTEMS: Add Nios 2 support

2014-07-17 Thread Chung-Lin Tang
For the default multilib settings, it looks like you just intended to use -mcustom-fpu-cfg=60-2. I suggest you modify t-rtems to do that instead of enumerating the individual FPU insn options. Other than that, the patch looks okay. Chung-Lin On 2014/6/26 07:43 PM, Sebastian Huber wrote: > diff -

Re: [PATCH] RTEMS: Add Nios 2 support

2014-07-17 Thread Chung-Lin Tang
On 2014/7/18 上午 05:19, Joel Sherrill wrote: > Unless someone objects, I am going to commit this to the > 4.9 branch and head. > > --joel Sorry about the delay, I'll review it today. Thanks, Chung-Lin > On 7/7/2014 1:42 AM, Sebastian Huber wrote: >> Ping. >> >> On 2014-06-26 13:43, Sebastian Hub

Re: [PATCH] RTEMS: Add Nios 2 support

2014-07-17 Thread Joel Sherrill
Unless someone objects, I am going to commit this to the 4.9 branch and head. --joel On 7/7/2014 1:42 AM, Sebastian Huber wrote: > Ping. > > On 2014-06-26 13:43, Sebastian Huber wrote: >> This patch should be applied to GCC 4.9 and mainline. I do not have >> write access, so in case this gets ap

Re: [PATCH] RTEMS: Add Nios 2 support

2014-07-06 Thread Sebastian Huber
Ping. On 2014-06-26 13:43, Sebastian Huber wrote: This patch should be applied to GCC 4.9 and mainline. I do not have write access, so in case this gets approved, please commit it for me. gcc/ChangeLog 2014-06-26 Sebastian Huber * config.gcc (nios2-*-*): Add RTEMS support.