[GSOC] Help regarding deleting unused functions

2013-07-14 Thread Vipul Nayyar
Hello, While doing my current task of removing legacy code, after compilation, I receive warnings for a certain function, that is defined but not used. As suggested by Sebastian, I delete it, after checking whether it's really been not called anywhere in the current file, and outside it. Most

[PATCH 6/6] add stdatomic.h support check when configure

2013-07-14 Thread WeiY
--- cpukit/aclocal/check-atomic.m4|9 + cpukit/configure.ac |7 +++ cpukit/rtems/Makefile.am |2 ++ cpukit/rtems/preinstall.am|2 ++ cpukit/score/Makefile.am |2 ++

[PATCH 4/6] spatomic test case update

2013-07-14 Thread WeiY
--- testsuites/sptests/spatomic01/tasks.c | 33 ++ testsuites/sptests/spatomic02/tasks.c | 35 ++- testsuites/sptests/spatomic03/tasks.c | 44 --- testsuites/sptests/spatomic04/tasks.c | 46 testsuites/sptests/spatomic05/tasks.c

[PATCH 5/6] smpatomic test case update

2013-07-14 Thread WeiY
--- testsuites/smptests/smpatomic01/tasks.c | 33 ++ testsuites/smptests/smpatomic02/tasks.c | 35 ++- testsuites/smptests/smpatomic03/tasks.c | 44 -- testsuites/smptests/smpatomic04/tasks.c | 44 --

[PATCH 1/6] New atomic API definition based on C11 atomic

2013-07-14 Thread WeiY
--- cpukit/score/include/rtems/score/atomic.h | 445 +++-- 1 file changed, 232 insertions(+), 213 deletions(-) diff --git a/cpukit/score/include/rtems/score/atomic.h b/cpukit/score/include/rtems/score/atomic.h index 3b62cb1..80b9ea7 100644 ---

[PATCH 2/6] A generic atomic implementation for smp architectures

2013-07-14 Thread WeiY
--- cpukit/score/Makefile.am|1 + cpukit/score/include/rtems/score/cpustdatomic.h | 332 +++ cpukit/score/preinstall.am |4 + 3 files changed, 337 insertions(+) create mode 100644

Re: [GSOC] Help regarding deleting unused functions

2013-07-14 Thread Peter Dufault
On Jul 14, 2013, at 04:01 , Vipul Nayyar nayyar_vi...@yahoo.com wrote: Hello, While doing my current task of removing legacy code, after compilation, I receive warnings for a certain function, that is defined but not used. As suggested by Sebastian, I delete it, after checking whether

BSP lm3s6965 broken

2013-07-14 Thread emanuel stiebler
Making all in lm3s6965 gmake[2]: Entering directory `/AD1/SHARED/RTEMS/BUILD/arm-rtems4.11/c/lm3s6965' gmake[2]: *** No rule to make target `all'. Stop. gmake[2]: Leaving directory `/AD1/SHARED/RTEMS/BUILD/arm-rtems4.11/c/lm3s6965' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving