Re: [PATCH] bsps/powerpc: Fix small data area section

2019-02-10 Thread Sebastian Huber
On 11/02/2019 08:43, Chris Johns wrote: On 11/2/19 7:38 pm, Sebastian Huber wrote: Fix small data area in case no fixed size is desired. What is being fixed? Did you test without setting bsp_section_set_sdata_sbss_size? With bsp_section_sdata_sbss_size == 0 the location counter moves backwar

Re: [PATCH] bsps/powerpc: Fix small data area section

2019-02-10 Thread Chris Johns
On 11/2/19 7:38 pm, Sebastian Huber wrote: > Fix small data area in case no fixed size is desired. What is being fixed? > Rename > bsp_section_set_sdata_sbss_size into bsp_section_small_data_area_size > since this symbol reflects the overall small data area size (including > space for libdl). Th

Re: [PATCH v2 00/10] Rework quick start in user manual

2019-02-10 Thread Chris Johns
On 11/2/19 7:51 pm, Sebastian Huber wrote: > On 01/02/2019 09:53, Sebastian Huber wrote: >> On 28/01/2019 13:27, Sebastian Huber wrote: >>> This patch set reworks the quick start chapter in the user manual. You >>> find a PDF with this patch set here: >>> >>> https://ftp.rtems.org/pub/rtems/people/

Re: [PATCH v3] Coverage : Add coverage support for RISCV

2019-02-10 Thread Vijay Kumar Banerjee
ping :) On Tue, 5 Feb 2019 at 22:15, Vijay Kumar Banerjee wrote: > --- > tester/covoar/TargetFactory.cc | 2 + > tester/covoar/Target_riscv.cc| 83 + > tester/covoar/Target_riscv.h | 95 > tester/covoar/wscript

Re: [PATCH v2 00/10] Rework quick start in user manual

2019-02-10 Thread Sebastian Huber
On 01/02/2019 09:53, Sebastian Huber wrote: On 28/01/2019 13:27, Sebastian Huber wrote: This patch set reworks the quick start chapter in the user manual. You find a PDF with this patch set here: https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf It duplicates some information with the "Inst

[PATCH] bsps/powerpc: Fix small data area section

2019-02-10 Thread Sebastian Huber
Fix small data area in case no fixed size is desired. Rename bsp_section_set_sdata_sbss_size into bsp_section_small_data_area_size since this symbol reflects the overall small data area size (including space for libdl). Do not use bsp_section_sbss_size before definition in linker command file. A

[PATCH] linkers/syms: Add symbol filtering.

2019-02-10 Thread chrisj
From: Chris Johns - Filter symbols by regx. - Return the name of a symbol via demangled() even it is not a mangled C++ function. --- linkers/rtems-syms.cpp | 122 +-- rtemstoolkit/rld-symbols.cpp | 6 +- 2 files changed, 106 insertions(+), 22 deletions(-

Re: autotools build fail from rsb

2019-02-10 Thread Chris Johns
On 11/2/19 9:21 am, Gedare Bloom wrote: > It seems to be happening during Debian / Ubuntu builds of Qemu using RSB. Thanks for confirming this. I will take a look. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/deve

Re: autotools build fail from rsb

2019-02-10 Thread Gedare Bloom
It seems to be happening during Debian / Ubuntu builds of Qemu using RSB. On Sat, Feb 9, 2019 at 7:19 PM Joel Sherrill wrote: > What hosts and packages trip it best? Sorry. Just need a level set. > > On Sat, Feb 9, 2019, 6:14 PM Gedare Bloom >> Did we ever resolve this? >> >> Some students are