commit | 42b6530b1bdde8e7f8e52d738a62b084d1f44f3b | [log] [tgz] |
---|---|---|
author | Tamas Petz <tamas.petz@arm.com> | Fri Dec 13 10:29:25 2019 +0100 |
committer | Tamas Petz <tamas.petz@arm.com> | Fri Sep 04 11:28:49 2020 +0200 |
tree | 0678d0a92f9a822cc2aad5e38dc84c4f057ef7e1 | |
parent | 19d66e6f2d4e1790932078b8fcb432f17e35b448 [diff] [blame] |
libm: Add Armv8.3-A PAuth and Armv8.5-A BTI support to assembly files This change adds both Armv8.3-A Pointer Authentication and Armv8.5-A BTI support to *.S files. Tests: Tested on FVP with BTI enabled Change-Id: I82750afcbc950a91584463fbc979c2c35d41916a
diff --git a/libm/arm64/sqrt.S b/libm/arm64/sqrt.S index 3a58ef3..0659b13 100644 --- a/libm/arm64/sqrt.S +++ b/libm/arm64/sqrt.S
@@ -25,3 +25,5 @@ fsqrt s0, s0 ret END(sqrtf) + +NOTE_GNU_PROPERTY()