hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

ad5b1c i386: Use ENTRY/END in assembly codes

Authored and Committed by hjl 3 years ago
    i386: Use ENTRY/END in assembly codes
    
    Use ENTRY and END in assembly codes so that ENDBR32 will be added at
    function entries when CET is enabled.
    
    Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>