Re: [PATCH] cpu-supplement: Add ARM BSPs chapter

2018-04-29 Thread Sebastian Huber
On 17/04/18 12:30, Chris Johns wrote: On 26/3/18 7:09 pm, Sebastian Huber wrote: On 26/03/18 00:50, Chris Johns wrote: On 14/03/2018 17:20, Sebastian Huber wrote: On 13/03/18 22:58, Chris Johns wrote: On 09/03/2018 19:55, Sebastian Huber wrote: On 06/11/17 10:03, Sebastian Huber wrote: On 2

Re: rtems-tools elftoolchain update

2018-04-29 Thread Sebastian Huber
Hello Chris, it builds on Linux (GCC 7.3.0) with the following warnings: ../rtemstoolkit/ConvertUTF.c: In function ‘ConvertUTF16toUTF8’: ../rtemstoolkit/ConvertUTF.c:270:65: warning: this statement may fall through [-Wimplicit-fallthrough=]   case 4: *--target = (UTF8)((ch | byteMark) & by

[PATCH 2/3] tests: Remove difftest and sorttimes tools

2018-04-29 Thread Sebastian Huber
Close #3418. --- configure.ac | 6 -- testsuites/tools/Makefile.am | 6 -- testsuites/tools/configure.ac | 21 testsuites/tools/generic/Makefile.am | 5 - testsuites/tools/generic/configure.ac | 24 - testsuites/tools/generic/difftest.in

[PATCH 1/3] tests: Remove configure feature checks

2018-04-29 Thread Sebastian Huber
Update #3409. --- testsuites/fstests/configure.ac| 50 --- testsuites/libtests/configure.ac | 2 - testsuites/psxtests/configure.ac | 72 -- testsuites/psxtests/psx07/init.c | 12 testsu

[PATCH 3/3] tests: Move rtems-test-check.py

2018-04-29 Thread Sebastian Huber
Remove shell script variant. --- testsuites/aclocal/rtems-test-check.m4 | 2 +- .../rtems-test-check.py| 0 tools/build/rtems-test-check | 203 - 3 files changed, 1 insertion(+), 204 deletions(-) rename tools/bu

rtems-tools elftoolchain update

2018-04-29 Thread Chris Johns
Hi, I have pushed an updated elftoolchain to the rtems-tools repo. I have tested it on FreeBSD, MacOS and Windows. Included is the libdwarf support in elftoolchain and I am in the process of providing a C++ framework for working DWARF info. Please test on Linux and also building all BSP tests.

Re: [PATCH] covoar: Add symbol set reader and ELF data parser to covoar.

2018-04-29 Thread Chris Johns
On 30/04/2018 15:38, Cillian O'Donnell wrote: > On Sun, 29 Apr 2018, 23:30 Chris Johns, > wrote: > > On 29/04/2018 20:50, Cillian O'Donnell wrote: > > On 28 April 2018 at 08:08, Chris Johns > >

Re: [PATCH] covoar: Add symbol set reader and ELF data parser to covoar.

2018-04-29 Thread Cillian O'Donnell
On Sun, 29 Apr 2018, 23:30 Chris Johns, wrote: > On 29/04/2018 20:50, Cillian O'Donnell wrote: > > On 28 April 2018 at 08:08, Chris Johns > > wrote: > > + for (const std::string set : sets) { > > +if (verbose) > > + std::cerr << " Symbol

Re: reverting the elftoochain update

2018-04-29 Thread Chris Johns
On 30/04/2018 13:52, Joel Sherrill wrote: > On Sun, Apr 29, 2018, 10:41 PM Chris Johns > wrote: > > On 30/04/2018 13:36, Chris Johns wrote: > > On closer inspection I see the github repo is old and up to date. The > source > > forge project at http://elftoolc

Re: reverting the elftoochain update

2018-04-29 Thread Joel Sherrill
On Sun, Apr 29, 2018, 10:41 PM Chris Johns wrote: > On 30/04/2018 13:36, Chris Johns wrote: > > On closer inspection I see the github repo is old and up to date. The > source > > forge project at http://elftoolchain.sourceforge.net/. > > This should say .. > > On closer inspection I see the githu

Re: reverting the elftoochain update

2018-04-29 Thread Chris Johns
On 30/04/2018 13:36, Chris Johns wrote: > On closer inspection I see the github repo is old and up to date. The source > forge project at http://elftoolchain.sourceforge.net/. This should say .. On closer inspection I see the github repo is old and not up to date. The source forge project at htt

reverting the elftoochain update

2018-04-29 Thread Chris Johns
Hi, On closer inspection I see the github repo is old and up to date. The source forge project at http://elftoolchain.sourceforge.net/. I will revert the change I made and update to the svn repo on SF. I am sorry about this. Chris ___ devel mailing li

Re: [PATCH] covoar: Add symbol set reader and ELF data parser to covoar.

2018-04-29 Thread Chris Johns
On 29/04/2018 20:50, Cillian O'Donnell wrote: > On 28 April 2018 at 08:08, Chris Johns > wrote: > +      for (const std::string set : sets) { > +        if (verbose) > +          std::cerr << " Symbol set: " << set << std::endl; > +        const rld::config

Re: Source File Permissions

2018-04-29 Thread Joel Sherrill
On Sun, Apr 29, 2018, 3:32 PM Christian Mauderer wrote: > Am 28.04.2018 um 21:45 schrieb Gedare Bloom: > > On Thu, Apr 26, 2018 at 7:52 PM, Joel Sherrill wrote: > >> Hi > >> > >> Teaching the class this week, i have noticed that randomly some > >> files are executable. I was going to change this

Re: Source File Permissions

2018-04-29 Thread Christian Mauderer
Am 28.04.2018 um 21:45 schrieb Gedare Bloom: > On Thu, Apr 26, 2018 at 7:52 PM, Joel Sherrill wrote: >> Hi >> >> Teaching the class this week, i have noticed that randomly some >> files are executable. I was going to change this but then realized >> that we should all agree on what the permissions

Re: [PATCH] covoar: Add symbol set reader and ELF data parser to covoar.

2018-04-29 Thread Cillian O'Donnell
On 28 April 2018 at 08:08, Chris Johns wrote: > From: Cillian O'Donnell > > Add ability to organize symbol sets of libraries in INI file > and then read them with covoar and load the symbols directly from the > libraries. > > rtems-tools/../testing: Add configuration files for coverage analysis.