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
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
---
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
---
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
---
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
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
---
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
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