mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-01 18:53:02 +09:00
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>
4 lines
33 B
Plaintext
4 lines
33 B
Plaintext
SECTIONS {
|
|
.plt : { BYTE(0) }
|
|
}
|