commit | 331f1f5c7b05132e71232e33eba32b57d1683afc | [log] [tgz] |
---|---|---|
author | Sami Tolvanen <samitolvanen@google.com> | Fri Aug 04 12:44:35 2017 -0700 |
committer | Sami Tolvanen <samitolvanen@google.com> | Wed Feb 28 15:09:57 2018 -0800 |
tree | 613bf8fc898701eea0425d225e4f699948d97fe2 | |
parent | 5c41c483accd942c053cc232148d7eb557f5a049 [diff] |
FROMLIST: BACKPORT: arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS All current versions of GNU gold crash when linking kernel modules with ARM64_MODULE_PLTS due to a known bug: https://sourceware.org/bugzilla/show_bug.cgi?id=14592 To work around the problem, this change removes NOLOAD from .plt and .init.plt. Bug: 62093296 Bug: 67506682 Change-Id: Ie59c15dc2e60859361b5c7dac5a515eabf8bb005 (am from https://patchwork.kernel.org/patch/10085781/) Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Sami Tolvanen <samitolvanen@google.com>