isa-l/raid/aarch64
Zhiyuan Zhu 636272cff6 aarch64: Fix dynamic lib call crash
If an application treats these functions as function pointers, and this
lib (isa-l) is compiled into solib, a segmentation fault may occur.

For example: Ubuntu 16.04 on arm64 platfrom will be crash, because the
linker does not know that this symbol is a function, so mark the function
type explicitly with %function to solves this issue.

Change-Id: Iba41b1f1367146d7dcce09203694b08b1cb8ec20
Signed-off-by: Zhiyuan Zhu <zhiyuan.zhu@arm.com>
2019-03-01 02:55:50 +00:00
..
Makefile.am raid: Add license headers 2019-02-22 14:32:19 -07:00
pq_check_neon.S aarch64: Fix dynamic lib call crash 2019-03-01 02:55:50 +00:00
pq_gen_neon.S aarch64: Fix dynamic lib call crash 2019-03-01 02:55:50 +00:00
raid_multibinary_arm.S raid: Add license headers 2019-02-22 14:32:19 -07:00
xor_check_neon.S aarch64: Fix dynamic lib call crash 2019-03-01 02:55:50 +00:00
xor_gen_neon.S aarch64: Fix dynamic lib call crash 2019-03-01 02:55:50 +00:00