]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/i686/multiarch/memset-sse2-rep.S
i386: Use _CET_NOTRACK in memset-sse2-rep.S
[thirdparty/glibc.git] / sysdeps / i386 / i686 / multiarch / memset-sse2-rep.S
index 9d6648b5ced780441ce29be2e0b402b5b11704b0..8732aac0b9e82e3f693b3a75619734624254b8da 100644 (file)
@@ -63,7 +63,7 @@
     add                (%ebx,%ecx,4), %ebx;                            \
     add                %ecx, %edx;                                     \
     /* We loaded the jump table and adjusted EDX. Go.  */      \
-    jmp                *%ebx
+    _CET_NOTRACK jmp *%ebx
 #else
 # define ENTRANCE
 # define RETURN_END    ret
@@ -75,7 +75,7 @@
    absolute offsets.  */
 # define BRANCH_TO_JMPTBL_ENTRY(TABLE)                         \
     add                %ecx, %edx;                                     \
-    jmp                *TABLE(,%ecx,4)
+    _CET_NOTRACK jmp *TABLE(,%ecx,4)
 #endif
 
        .section .text.sse2,"ax",@progbits