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