diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2023-03-25 18:05:41 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-03-30 11:05:22 +0000 |
commit | 77ea6b547ebed267ec409d47c49e1663750955d3 (patch) | |
tree | 0a908a577ef55a578081cc39bac7402d2cad72d1 /ArmPkg | |
parent | 48d642a310b96e68465d724644510d3f6e381b2c (diff) | |
download | edk2-77ea6b547ebed267ec409d47c49e1663750955d3.tar.gz edk2-77ea6b547ebed267ec409d47c49e1663750955d3.tar.bz2 edk2-77ea6b547ebed267ec409d47c49e1663750955d3.zip |
ArmPkg/GccLto AARCH64: Add BTI note to LTO helper library
The GccLto helper library does not contain any code, as its only purpose
is to pull in other libraries that implement intrinsics to which the
linker's codegen pass may emit calls.
So mark it as BTI compatible, so that the linker does not complain about
unannotated objects.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Reviewed-by: Oliver Smith-Denny <osd@smith-denny.com>
Diffstat (limited to 'ArmPkg')
-rw-r--r-- | ArmPkg/Library/GccLto/liblto-aarch64.a | bin | 1016 -> 1128 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/ArmPkg/Library/GccLto/liblto-aarch64.a b/ArmPkg/Library/GccLto/liblto-aarch64.a Binary files differindex 2ab00238f0..6ca3932f1c 100644 --- a/ArmPkg/Library/GccLto/liblto-aarch64.a +++ b/ArmPkg/Library/GccLto/liblto-aarch64.a |