mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
x86-64: Add _CET_ENDBR to STRCMP_SSE42
Add _CET_ENDBR to STRCMP_SSE42, which is called indirectly, to support IBT. Reviewed-by: Carlos O'Donell <carlos@redhat.com> * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add _CET_ENDBR.
This commit is contained in:
parent
562837c002
commit
5efc6777ad
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
|
||||
_CET_ENDBR.
|
||||
|
||||
2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_return): Add
|
||||
|
|
|
@ -126,6 +126,7 @@ END (GLABEL(__strncasecmp))
|
|||
|
||||
STRCMP_SSE42:
|
||||
cfi_startproc
|
||||
_CET_ENDBR
|
||||
CALL_MCOUNT
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue