isa-l/mem
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
..
aarch64 aarch64: Fix dynamic lib call crash 2019-03-01 02:55:50 +00:00
Makefile.am mem: mem-zero-detect optimization on Arm64 2019-02-22 08:15:22 +00:00
mem_multibinary.asm mem: Add zero detect memory functions 2018-09-25 14:33:31 -07:00
mem_zero_detect_avx.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
mem_zero_detect_base_aliases.c mem: Add zero detect memory functions 2018-09-25 14:33:31 -07:00
mem_zero_detect_base.c mem: Fix zero detect base function for mingw 2018-09-26 10:32:31 -07:00
mem_zero_detect_perf.c mem: Add zero detect memory functions 2018-09-25 14:33:31 -07:00
mem_zero_detect_sse.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
mem_zero_detect_test.c mem: Add zero detect memory functions 2018-09-25 14:33:31 -07:00