Re: [PATCH 1/2] Add support for posix_devctl()

2017-01-12 Thread Sebastian Huber
Hello Joel, thanks for your detailed information. I was just a bit surprised that a search via Google revealed next nothing. For "_SC_POSIX_26_VERSION" I got three hits and two of them are due to your patches to Newlib. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-8217

[PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-12 Thread Sebastian Huber
Stop the build with a common error message in case the tool chain is seriously out of date. --- cpukit/configure.ac | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 4410bf1..4aad929 100644 --- a/cpukit

Re: [PATCH 1/2] Add support for posix_devctl()

2017-01-12 Thread Joel Sherrill
On Jan 12, 2017 2:33 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: Hello Joel, thanks for your detailed information. I was just a bit surprised that a search via Google revealed next nothing. For "_SC_POSIX_26_VERSION" I got three hits and two of them are due to your patches

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-12 Thread Joel Sherrill
I am OK with this and think it will give a more helpful message. Did you notice any other grossly out of date, unneeded tests that generated conditionals for the code? We have been very nice about not hard forcing people to update and things like the sys/cpuset.h tests should just be removed now

[PATCH 2/5] score: Add Thread_queue_Queue::name

2017-01-12 Thread Sebastian Huber
Update #2858. --- cpukit/score/include/rtems/score/threadq.h | 5 cpukit/score/include/rtems/score/threadqimpl.h | 38 ++ cpukit/score/src/condition.c | 2 +- cpukit/score/src/futex.c | 2 +- cpukit/score/src/mutex.c

[PATCH 4/5] score: Add _Thread_Set_name()

2017-01-12 Thread Sebastian Huber
Add configuration option CONFIGURE_MAXIMUM_THREAD_NAME_SIZE. Update #2858. --- cpukit/sapi/include/confdefs.h| 18 ++ cpukit/score/include/rtems/score/status.h | 2 ++ cpukit/score/include/rtems/score/thread.h | 8 cpukit/score/include/rtems/scor

[PATCH 3/5] score: Add and use _Thread_Get_name()

2017-01-12 Thread Sebastian Huber
Update #2858. --- cpukit/libmisc/cpuuse/cpuusagereport.c| 4 +-- cpukit/libmisc/monitor/mon-task.c | 8 +- cpukit/libmisc/monitor/monitor.h | 1 + cpukit/score/Makefile.am | 1 + cpukit/score/include/rtems/score/threadimpl.h | 8 +-

[PATCH 1/5] score: Add and use _Objects_Name_to_string()

2017-01-12 Thread Sebastian Huber
Update #2858. --- cpukit/score/include/rtems/score/objectimpl.h | 21 +++ cpukit/score/src/objectgetnameasstring.c | 85 ++- 2 files changed, 79 insertions(+), 27 deletions(-) diff --git a/cpukit/score/include/rtems/score/objectimpl.h b/cpukit/score/include/rtems

[PATCH 5/5] posix: Add pthread_getname_np(), ...

2017-01-12 Thread Sebastian Huber
Add pthread_getname_np() and pthread_setname_np(). Update #2858. --- cpukit/posix/Makefile.am | 2 + cpukit/posix/src/pthreadgetnamenp.c| 44 + cpukit/posix/src/pthreadsetnamenp.c| 38 testsuites/psxtests/Makefile.am

splinkerset01 failure

2017-01-12 Thread Joel Sherrill
Hi I am working on a new BSP and splinkerset01 is failing. powerpc-rtems4.12-gcc -B../../../../../deos/lib/ -specs bsp_specs -qrtems -mcpu=603e -Dppc603e -gdwarf-2 -O2 -g -fno-keep-inline-functions -ffunction-sections -fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wst

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-12 Thread Chris Johns
On 13/01/2017 00:37, Joel Sherrill wrote: I am OK with this and think it will give a more helpful message. I am OK with the change however I would like the patch to wait until docs.rtems.org is up and a permanent link can be used for +AC_DEFUN([RTEMS_TOOL_CHAIN_ERROR],AC_MSG_ERROR(

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-12 Thread Joel Sherrill
On Thu, Jan 12, 2017 at 3:34 PM, Chris Johns wrote: > On 13/01/2017 00:37, Joel Sherrill wrote: > >> I am OK with this and think it will give a more helpful message. >> > > I am OK with the change however I would like the patch to wait until > docs.rtems.org is up and a permanent link can be used

[PATCH] powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwset

2017-01-12 Thread Joel Sherrill
--- .../libbsp/powerpc/shared/startup/linkcmds.base|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base b/c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base index 296dd6d..072bde1 100644 --- a/c/src/lib/libbsp/power

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-12 Thread Chris Johns
On 13/01/2017 08:44, Joel Sherrill wrote: On Thu, Jan 12, 2017 at 3:34 PM, Chris Johns mailto:chr...@rtems.org>> wrote: On 13/01/2017 00:37, Joel Sherrill wrote: I am OK with this and think it will give a more helpful message. I am OK with the change however I would like the

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-12 Thread Sebastian Huber
On 13/01/17 04:52, Chris Johns wrote: On 13/01/2017 08:44, Joel Sherrill wrote: On Thu, Jan 12, 2017 at 3:34 PM, Chris Johns mailto:chr...@rtems.org>> wrote: On 13/01/2017 00:37, Joel Sherrill wrote: I am OK with this and think it will give a more helpful message. I am OK