GSoC Project | Basic Support for Trace Compass

2019-05-12 Thread Ravindra Kumar Meena
Hi, I have completed the task assigned by Gedare Bloom. I have updated the wiki page https://devel.rtems.org/wiki/GSoC/2019 I have written a blog https://rmeena840.github.io/ which includes two posts. First one is about GSoC introduction and the second post is about setting up the development env

[PATCH] libdl: Fix loading symbol that reference unknown sections.

2019-05-12 Thread chrisj
From: Chris Johns - Make the symbol parsing and loading stage match. - Check for possible overflow of the tables when loading. Closes #3746 --- cpukit/libdl/rtl-elf.c | 215 ++--- 1 file changed, 159 insertions(+), 56 deletions(-) diff --git a/cpukit/libdl/r

Re: Conditionalize make behavior e.g. disable --gc-sections

2019-05-12 Thread dufault
> On May 10, 2019, at 18:42 , Chris Johns wrote: > > On 10/5/19 10:27 pm, dufa...@hda.com wrote: >> >> >>> On May 10, 2019, at 08:07 , Sebastian Huber >>> >> > wrote: >>> >>> On 10/05/2019 13:58, Gedare Bloom wrote: On Tue, May 7, 2019 at 5:03