[PATCH] score/chain: Fix _Chain_Is_first and _Chain_Is_last

2018-01-10 Thread Gedare Bloom
Updates #1964. --- cpukit/score/inline/rtems/score/chain.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/inline/rtems/score/chain.inl b/cpukit/score/inline/rtems/score/chain.inl index 3bde7fb..1991415 100644 --- a/cpukit/score/inline/rtems/score/chain.inl

Re: [PATCH] score/chain: Fix _Chain_Is_first and _Chain_Is_last

2018-01-10 Thread Gedare Bloom
I'm applying this fix to 4.10. It was fixed in 4.11 about 5 years ago, but wasn't back-ported. On Wed, Jan 10, 2018 at 9:44 AM, Gedare Bloom wrote: > Updates #1964. > --- > cpukit/score/inline/rtems/score/chain.inl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/cpu

GSoC 2018 Candidate (Patch and screenshot for hello world example)

2018-01-10 Thread Anshuman Chhabra
Respected Mentors, I am a final year electrical engineering student at the University of Delhi, India. My resume is present here and my GitHub handle is anshuman23. I am very interested in contributing to RTEMS over the summer as part of GSoC. I have co

Re: GSoC 2018 Candidate (Patch and screenshot for hello world example)

2018-01-10 Thread Gedare Bloom
On Wed, Jan 10, 2018 at 10:19 AM, Anshuman Chhabra wrote: > Respected Mentors, > > I am a final year electrical engineering student at the University of Delhi, > India. My resume is present here and my GitHub handle is anshuman23. I am > very interested in contributing to RTEMS over the summer as

Re: Need Help to Further Reduce bsp_specs

2018-01-10 Thread Chris Johns
On 22/12/17 7:09 pm, Sebastian Huber wrote: > On 21/12/17 08:15, Chris Johns wrote: >> On 21/12/17 5:47 pm, Sebastian Huber wrote: >>> Hello, >>> >>> we should try to understand better why the things are how they are >>> currently. >> Agreed. >> >>> In Newlib we have this ctr0.c: >>> >>> https://s

Anyone have parallel build of gcc working?

2018-01-10 Thread Joel Sherrill
Hi My progress on bsp_specs reduction took a big hit by being sick over the holidays but it is also going slow because I haven't been able to build gcc's master with "make -j". Does anyone have any suggestions? I think I have a way to eliminate our use of bsp_specs but need to build gcc for all t