Hi Sergei,
On Thu, 2020-12-31 at 12:11 +, Sergei Trofimovich via Elfutils-devel wrote:
> ---
> src/elflint.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/src/elflint.c b/src/elflint.c
> index b3cbaade..7b7f7937 100644
> --- a/src/elflint.c
> +++ b/src/elflint.
SHF_GNU_RETAIN is like SHF_LINK_ORDER it can appear on any section
and should be ignored by elflint. Add all such flags to a new
EXTRA_SHFLAGS and use it consistently in check_sections.
Signed-off-by: Mark Wielaard
---
src/ChangeLog | 8 +++-
src/elflint.c | 21 +
2 file
https://sourceware.org/bugzilla/show_bug.cgi?id=27134
Mark Wielaard changed:
What|Removed |Added
CC||mark at klomp dot org
Sta
On Tue, 2021-01-12 at 07:29 +0300, Dmitry V. Levin wrote:
> Implement a target for capturing code coverage using lcov.
> It is available when elfutils is configured using --enable-gcov.
Very nice.
> +$(COVERAGE_OUTPUT_INDEX_HTML): $(COVERAGE_OUTPUT_FILE)
> + LC_ALL=C $(GENHTML) \
> +
Hi Dmitry,
On Tue, 2021-01-12 at 07:29 +0300, Dmitry V. Levin wrote:
> The coverage report is now prepared by "make coverage".
This is obviously OK once the src coverage target goes in.
Thanks,
Mark
On Tue, Jan 12, 2021 at 12:48:17PM +0100, Mark Wielaard wrote:
> On Tue, 2021-01-12 at 07:29 +0300, Dmitry V. Levin wrote:
> > Implement a target for capturing code coverage using lcov.
> > It is available when elfutils is configured using --enable-gcov.
>
> Very nice.
>
> > +$(COVERAGE_OUTPUT_IN
On Tue, 12 Jan 2021 10:14:55 +0100
Mark Wielaard wrote:
> Hi Sergei,
>
> On Thu, 2020-12-31 at 12:11 +, Sergei Trofimovich via Elfutils-devel
> wrote:
> > ---
> > src/elflint.c | 5 -
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/src/elflint.c b/src/elflint.c