commit | 7e808fcc97ff3fe2f16d178e34f9811368696276 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 08 19:00:47 2023 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jan 13 09:09:07 2023 +0100 |
tree | 96e287a417aee3981923c0325376c3d2e7d05ccd | |
parent | 0763c02eee5ee2be4d291719e7d72f7ce5ef33bd [diff] |
efi_loader: add .rela sections to .text on arm64 _relocate() needs the information in .rela* for self relocation of the EFI binary. Fixes: d7ddeb66a6ce ("efi_loader: fix building aarch64 EFI binaries") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>