[PATCH 1/2] rtemstoolkit: Python 3 compatibility

2016-01-07 Thread Sebastian Huber
--- rtemstoolkit/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtemstoolkit/execute.py b/rtemstoolkit/execute.py index 4125182..0344e51 100755 --- a/rtemstoolkit/execute.py +++ b/rtemstoolkit/execute.py @@ -177,7 +177,7 @@ class execute(object):

[PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-07 Thread Sebastian Huber
--- rtemstoolkit/options.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py index 132445e..a5318fa 100644 --- a/rtemstoolkit/options.py +++ b/rtemstoolkit/options.py @@ -38,16 +38,15 @@ import pprint import re

[PATCH 1/2] score: Add fatal errors for NULL entry init tasks

2016-01-07 Thread Sebastian Huber
This simplifies the global construction. Update #2514. --- cpukit/posix/src/pthreadinitthreads.c | 13 ++--- cpukit/rtems/src/taskinitusers.c | 14 +++--- cpukit/sapi/src/interrtext.c | 6 -- cpukit/