hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

b8b19c i386: Remove _exit.S

Authored and Committed by hjl 3 years ago
    i386: Remove _exit.S
    
    The generic implementation is suffice since __NR_exit_group is always
    support and i386 does define ABORT_INSTRUCTION.
    
    Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>