i386: Remove _exit.S
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 1 Feb 2020 13:44:56 +0000 (05:44 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 1 Feb 2020 13:44:56 +0000 (05:44 -0800)
commitbbfc0f0f8e30680437d1c5b90563018bcd403881
treee35c7fbfb225d282504edfc6ddfc473a98c3ab48
parent0455f251f494d30db4b52f11b5b0b7f285f775ef
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>
sysdeps/unix/sysv/linux/i386/_exit.S [deleted file]