On 4/21/22 02:12, Chris Johns wrote:
On 21/4/2022 4:38 am, Karel Gardas wrote:
Chris, Frank,
I don't feel particularly comfortable with this patch. It works here on Ubuntu
20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I have to admit
semantics of this cfg language is beyond my l
Hi Karel,
On 4/20/22 20:38, Karel Gardas wrote:
> Chris, Frank,
>
> I don't feel particularly comfortable with this patch. It works here on
> Ubuntu 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I
> have to admit semantics of this cfg language is beyond my liking and a
> lot is in
These files had no file header, copyright, or license. Based on git
history, added appropriate copyrights and licenses.
---
testsuites/tmtests/tm02/task1.c | 35 +++
testsuites/tmtests/tm03/task1.c | 35 +++
testsuites/tmtests/tm31/ta
Hi,
This is the first in a set of patches that will be adding copyrights and
licenses to the files that are missing them. I went through the git
history to determine who the files belonged to to give them credit.
Thanks,
Ryan
Ryan Long (15):
mptests: Manually adding file headers and licenses
Theses files had no file header, copyright, or license. Based on git
history, added appropriate copyrights and licenses.
---
testsuites/sptests/sp52/init.c | 35 ++
testsuites/sptests/sp53/init.c | 35 ++
testsuites/sp
These files had no file header, copyright, or license. Based on git
history, added appropriate copyrights and licenses.
---
testsuites/libtests/mouse01/serial_mouse_config.c | 35 ++
.../libtests/termios04/termios_testdriver_intr.c | 35 ++
.../libtests/t
These files had no file header, copyright, or license. Based on git
history, added appropriate copyrights and licenses.
---
testsuites/mptests/mp01/init1.c | 35 +++
testsuites/mptests/mp01/init2.c | 35 +++
testsuites/mptests/mp03/in
This file had no file header, copyright, or license. Based on git
history, added appropriate copyright and license.
---
testsuites/support/include/buffer_test_io.h | 35 +
1 file changed, 35 insertions(+)
diff --git a/testsuites/support/include/buffer_test_io.h
b/test
These files had no file header, copyright, or license. Based on git
history, added appropriate copyrights and licenses.
---
testsuites/psxtests/psxchroot01/main.c | 35 ++
testsuites/psxtests/psxfatal01/init.c | 35 ++
testsuites/psx
These files had no file header, copyright, or license. Based on git
history, added appropriate copyright and license.
---
testsuites/psxtmtests/psxtmcond08/init.c | 15 +++
testsuites/psxtmtests/psxtmcond09/init.c | 15 +++
testsuites/psxtmtests/psxtmcond10/init.c | 15
These files had no file header, copyright, or license. Based on git
history, added appropriate copyrights and licenses.
---
testsuites/samples/base_mp/init1.c | 35 +++
testsuites/samples/base_mp/init2.c | 35 +++
testsuites/samples/n
These files had no file header, copyright, or license. Chris identified
that these were made by him.
Updates #4521
---
cpukit/libdl/rtl-mdreloc-bfin.c| 35 +++
cpukit/libdl/rtl-mdreloc-lm32.c| 35 +++
cpukit/libdl/rtl-mdreloc
This file had no header, copyright, or license. Based on git history,
added appropriate copyright and license.
---
testsuites/sptests/sp44/init.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/testsuites/sptests/sp44/init.c b/testsuites/sptests/sp44/init.c
index 7354618..c21a
This file had no header, copyright, or license. Based on git history,
added appropriate copyright and license.
---
testsuites/sptests/sp47/init.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/testsuites/sptests/sp47/init.c b/testsuites/sptests/sp47/init.c
index c050347..0c7e
These files had no header, copyright, or license. Based on git history,
added appropriate copyright and license.
---
testsuites/libtests/dl06/init.c | 35 +++
testsuites/libtests/dl06/pre-init.c | 35 +++
2 files changed, 70 inser
This file had no file header, copyright, or license. Based on git
history, added appropriate copyright and license.
---
testsuites/sptests/sp65/init.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/testsuites/sptests/sp65/init.c b/testsuites/sptests/sp65/init.c
index 8360add.
These files had no file header, copyright, or license. Based on git
history, added appropriate copyright and license.
---
testsuites/sptests/sp27/init.c | 35 +++
testsuites/sptests/sp27a/init.c | 35 +++
2 files changed, 70 insertio
These files had no file header, copyright, or license. Based on git
history, added appropriate copyright and license.
---
testsuites/ada/samples/base_mp/node1/init.c | 33 +
testsuites/ada/samples/base_mp/node2/init.c | 33 +
2 files changed,
On 21/4/2022 5:45 pm, Karel Gardas wrote:
> On 4/21/22 02:12, Chris Johns wrote:
>> On 21/4/2022 4:38 am, Karel Gardas wrote:
>>>
>>> Chris, Frank,
>>>
>>> I don't feel particularly comfortable with this patch. It works here on
>>> Ubuntu
>>> 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10
Looking at the git history maybe this is both OAR and me?
The rest look fine to me
... and the empty @brief additions to the libdl files has been noted :)
Chris
On 22/4/2022 12:06 am, Ryan Long wrote:
> This file had no file header, copyright, or license. Based on git
> history, added appropria
On 18/04/2022 19:32, Kinsey Moore wrote:
Start code for most platforms requires hand-coded ASM but some can be
bootstrapped entirely in C, especially for paravirtualized platforms.
This change allows start code to be written in C where possible instead
of requiring architecture-specific ASM to br
---
.../config/tools/rtems-gcc-10-newlib-head.cfg | 2 +-
.../tools/rtems-gcc-head-newlib-head.cfg | 2 +-
source-builder/config/gcc-10.cfg | 20 +++
source-builder/config/gcc-12.cfg | 20 +++
4 files changed, 42 insertions(+), 2 del
Use GCC infrastructure download directory for GCC prerequisites.
---
source-builder/config/gcc-4.3-1.cfg| 7 ---
source-builder/config/gcc-4.4-1.cfg| 7 ---
source-builder/config/gcc-4.5-1.cfg| 7 ---
source-builder/config/gcc-4.6-1.cfg| 7 ---
source-builder/config
On 18/04/2022 21:01, Cedric Berger wrote:
Hello,
On 11.04.22 00:37, Chris Johns wrote:
I suspect we will need a later version of expat that has the aarch64
support. I
do not have access access to an M1 Mac so I cannot test this.
Chris
So I tried to compile RTEMS 6 for arm on MacOS for both
24 matches
Mail list logo