Group AVX512 functions in .text.avx512 section

* sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S:
	Replace .text with .text.avx512.
	* sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
	Likewise.
This commit is contained in:
H.J. Lu 2016-03-06 16:48:11 -08:00
parent 8a74071cef
commit fee9eb6200
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2016-03-06 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S:
Replace .text with .text.avx512.
* sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
Likewise.
2016-03-07 Aurelien Jarno <aurelien@aurel32.net>
* sysdeps/generic/libnsl.abilist: New file.

View File

@ -29,7 +29,7 @@
# define MEMCPY_CHK __memcpy_chk_avx512_no_vzeroupper
#endif
.section .text,"ax",@progbits
.section .text.avx512,"ax",@progbits
#if !defined USE_AS_BCOPY
ENTRY (MEMCPY_CHK)
cmpq %rdx, %rcx

View File

@ -26,7 +26,7 @@
# define MEMSET_CHK __memset_chk_avx512_no_vzeroupper
#endif
.section .text,"ax",@progbits
.section .text.avx512,"ax",@progbits
#if defined PIC
ENTRY (MEMSET_CHK)
cmpq %rdx, %rcx