mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 13:50:06 +00:00
i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S
After commita78e6a10d0
("i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)"), it is never defined. Reviewed-by: H.J. Lu <hjl.tools@gmail.com> (cherry picked from commit6e5c7a1e26
)
This commit is contained in:
parent
be9240c84c
commit
1e7b011f87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user