about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/sysdep.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-10-13 10:29:45 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-10-13 10:36:27 -0700
commit0a5768fe9c2e2870269c3a0920f88d9c22d73e33 (patch)
treee9786eadfa2173243955577d29f99415b14d745b /sysdeps/unix/sysv/linux/x86_64/sysdep.h
parent2020748d8efb7fbadd43a49cc3859dcf4a93472e (diff)
downloadglibc-0a5768fe9c2e2870269c3a0920f88d9c22d73e33.tar.gz
glibc-0a5768fe9c2e2870269c3a0920f88d9c22d73e33.tar.xz
glibc-0a5768fe9c2e2870269c3a0920f88d9c22d73e33.zip
Support x86-64 assmebler without AVX512
When x86-64 assmebler doesn't support AVX512, we should make
_dl_runtime_resolve_avx512/_dl_runtime_profile_avx512 as aliases of
_dl_runtime_resolve_avx/_dl_runtime_profile_avx.  Tested on x86-64
using GCC 5.2 with binutils 20151008 and GCC 4.8 with binutils 20130219.
There are no differences in ld.so with binutils 20151008.  There are no
unexpected failures with binutils 20130219 and 20151008.

	[BZ #19124]
	* sysdeps/x86_64/dl-trampoline.S [!HAVE_AVX512_ASM_SUPPORT]
	(_dl_runtime_resolve_avx512): Make it a hidden alias of
	_dl_runtime_resolve_avx.
	(_dl_runtime_profile_avx512): Make it a hidden alias of
	_dl_runtime_profile_avx.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/sysdep.h')
0 files changed, 0 insertions, 0 deletions