Re: [PATCH 13/15] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS

From: Sami Tolvanen
Date: Fri Nov 03 2017 - 16:29:11 EST


On Fri, Nov 03, 2017 at 08:09:42PM +0000, Ard Biesheuvel wrote:
> This is not true. Even when RANDOMIZE_MODULE_REGION_FULL is not
> enabled, we may need module PLTs.

Got it. PLTs themselves are not a problem with gold, only the bug when
processing a linker script of this particular format. I'll see if I can
find a better workaround for this for v2.

Sami