[PATCH 13/15] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS
From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-03 20:29:09
Also in:
lkml
From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-03 20:29:09
Also in:
lkml
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