[Bug libdw/21602] dwfl_addrmodule reports bogus modules for unmapped areas

2017-06-15 Thread jan.kratochvil at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21602 Jan Kratochvil changed: What|Removed |Added CC||jan.kratochvil at redhat dot com --

[Bug libdw/21602] New: dwfl_addrmodule reports bogus modules for unmapped areas

2017-06-15 Thread jan.kratochvil at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21602 Bug ID: 21602 Summary: dwfl_addrmodule reports bogus modules for unmapped areas Product: elfutils Version: unspecified Status: NEW Severity: normal

Re: [PATCH] Support EM_PPC machine flags

2017-06-15 Thread Mark Wielaard
On Thu, Jun 15, 2017 at 02:14:50PM +0200, Andreas Schwab wrote: > This fixes the elflint self test when the compiler is configured for PIE > default. Thanks. Pushed to master.

[PATCH] Support EM_PPC machine flags

2017-06-15 Thread Andreas Schwab
This fixes the elflint self test when the compiler is configured for PIE default. Signed-off-by: Andreas Schwab --- backends/ChangeLog| 5 + backends/ppc_init.c | 1 + backends/ppc_symbol.c | 10 ++ 3 files changed, 16 insertions(+) diff --git a/backends/ChangeLog b/backends