commit | a5bed1197f37fcc968d7e6b28504e4cf1194871e | [log] [tgz] |
---|---|---|
author | Mate Toth-Pal <mate.toth-pal@arm.com> | Mon Apr 14 13:34:49 2025 +0200 |
committer | Mate Toth-Pal <mate.toth-pal@arm.com> | Mon Apr 14 13:50:50 2025 +0200 |
tree | 5e293136d7541a7c20a716277a327e0cfcbdf398 | |
parent | 424938eb3ab327dbb8d266586d7bdaaf9bf4d3f0 [diff] |
fix(toolchains): force lld to apply link time reloc values Add --apply-dynamic-relocs parameter when calling LLD to apply link-time values for dynamic relocations. This is necessary for app executables as no fixup is is done for them. Change-Id: I55655593a84f0f52a6b8a213ea9789968f33758a Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>