]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S
authorFlorian Weimer <fweimer@redhat.com>
Wed, 4 May 2022 13:37:21 +0000 (15:37 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 4 May 2022 13:37:21 +0000 (15:37 +0200)
After commit a78e6a10d0b50d0ca80309775980fc99944b1727
("i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)"),
it is never defined.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/unix/sysv/linux/i386/libc-do-syscall.S

index 04154f43e093aa7852203948fcc48ff13c8c016a..3eea5f3a5d51c91c9ad5e64b0491581ff985f15a 100644 (file)
@@ -18,8 +18,6 @@
 
 #include <sysdep.h>
 
-#ifndef OPTIMIZE_FOR_GCC_5
-
 /* %eax, %ecx, %edx and %esi contain the values expected by the kernel.
    %edi points to a structure with the values of %ebx, %edi and %ebp.  */
 
@@ -50,4 +48,3 @@ ENTRY (__libc_do_syscall)
        cfi_restore (ebx)
        ret
 END (__libc_do_syscall)
-#endif