Re: [PATCH 11/25] Merge sapi/Makefile.am into cpukit/Makefile.am

2018-09-24 Thread Chris Johns
On 25/09/2018 15:30, Sebastian Huber wrote: > On 25/09/2018 00:27, Chris Johns wrote: > We would have to go from the symbol to the ELF file to the DWARF info of > the > compilation unit. All info should be directly via the ELF and DWARF format. I do not know if we need

Re: [PATCH 11/25] Merge sapi/Makefile.am into cpukit/Makefile.am

2018-09-24 Thread Sebastian Huber
On 25/09/2018 00:27, Chris Johns wrote: We would have to go from the symbol to the ELF file to the DWARF info of the compilation unit. All info should be directly via the ELF and DWARF format. I do not know if we need to reference the ELF symbol table or we can just use the DWARF CU data. The us

[PATCH 2/3] README.waf: Update waf URL and sis->erc32

2018-09-24 Thread Joel Sherrill
--- README.waf | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.waf b/README.waf index dd339f4..bf379ae 100644 --- a/README.waf +++ b/README.waf @@ -3,7 +3,7 @@ RTEMS Waf You can find the Waf project here: - http://code.google.com/p/waf/ + https://waf.io S

[PATCH 3/3] c11_thread01/test.c: Fix minor issues

2018-09-24 Thread Joel Sherrill
--- c11/c11_thread01/test.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/c11/c11_thread01/test.c b/c11/c11_thread01/test.c index 831bcc7..12b9a64 100644 --- a/c11/c11_thread01/test.c +++ b/c11/c11_thread01/test.c @@ -19,12 +19,14 @@ void initialize_subsystem_once(voi

[PATCH 1/3] rtems_waf: Update to pick up rtems5 not having bin/

2018-09-24 Thread Joel Sherrill
--- rtems_waf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems_waf b/rtems_waf index de75eec..c0d52d5 16 --- a/rtems_waf +++ b/rtems_waf @@ -1 +1 @@ -Subproject commit de75eecdc19c97c6e0e2fb902ffab3dbbf089eb5 +Subproject commit c0d52d5fcd9cad9b63479b92a0abf4fa5f5c99f3

Re: [PATCH 11/25] Merge sapi/Makefile.am into cpukit/Makefile.am

2018-09-24 Thread Chris Johns
On 24/09/2018 17:55, Sebastian Huber wrote: > On 24/09/2018 08:35, Chris Johns wrote: >> On 24/09/2018 15:44, Sebastian Huber wrote: >>> A quick and dirty fix could look like this: >>> >>> diff --git a/tester/rtems/testing/coverage/symbol-sets.ini >>> b/tester/rtems/testing/coverage/symbol-sets.ini

[PATCH] testsuite/dl02: Fix a bug to check that dl02-o2 is loaded

2018-09-24 Thread Hesham Almatary
--- testsuites/libtests/dl02/dl-load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/libtests/dl02/dl-load.c b/testsuites/libtests/dl02/dl-load.c index 601d621..2189773 100644 --- a/testsuites/libtests/dl02/dl-load.c +++ b/testsuites/libtests/dl02/dl-load.c @@ -53

Re: [PATCH 11/25] Merge sapi/Makefile.am into cpukit/Makefile.am

2018-09-24 Thread Sebastian Huber
On 24/09/2018 08:35, Chris Johns wrote: On 24/09/2018 15:44, Sebastian Huber wrote: A quick and dirty fix could look like this: diff --git a/tester/rtems/testing/coverage/symbol-sets.ini b/tester/rtems/testing/coverage/symbol-sets.ini index 2685ef4..d9afe85 100644 --- a/tester/rtems/testing/cov