[PATCH 2/2] main_dd.c: Eliminate no prototype warning for swab()

2017-08-27 Thread Joel Sherrill
--- cpukit/libmisc/shell/main_dd.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/cpukit/libmisc/shell/main_dd.c b/cpukit/libmisc/shell/main_dd.c index e9c8bf3..6ae4abb 100644 --- a/cpukit/libmisc/shell/main_dd.c +++ b/cpukit/libmisc/shell/main_dd.c @@ -73,6 +73,17 @@ __FBSDID("$

Re: GSoC 2017 RTEMS for HiFive1: The Final Report

2017-08-27 Thread Denis Obrezkov
2017-08-27 17:50 GMT+02:00 Gedare Bloom : > You might like to use the following link somewhere to identify your > specific contributions: > https://github.com/embeddedden/rtems-riscv/commits/hifive1?author= > embeddedden > > On Sun, Aug 27, 2017 at 10:54 AM, Denis Obrezkov > wrote: > > The Final

Re: GSoC 2017 RTEMS for HiFive1: The Final Report

2017-08-27 Thread Gedare Bloom
You might like to use the following link somewhere to identify your specific contributions: https://github.com/embeddedden/rtems-riscv/commits/hifive1?author=embeddedden On Sun, Aug 27, 2017 at 10:54 AM, Denis Obrezkov wrote: > The Final Report of my GSoC project is ready! > https://embeddedden.b

GSoC 2017 RTEMS for HiFive1: The Final Report

2017-08-27 Thread Denis Obrezkov
The Final Report of my GSoC project is ready! https://embeddedden.blogspot.de/2017/08/gsoc-2017-results-rtems-for-hifive1.html Criticism appreciated. -- Regards, Denis Obrezkov ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listi

Re: [PATCH v2] Testsuite for inttypes methods

2017-08-27 Thread Gedare Bloom
I'm pretty sure the error code is returned via 'errno', not as a return value. Re-read the specification again. On Sat, Aug 26, 2017 at 3:38 PM, Joel Sherrill wrote: > > > On Fri, Aug 25, 2017 at 9:05 AM, Gedare Bloom wrote: >> >> Merge this with the previous commits to only provide 1 single com