This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 6/6] i386: Remove syscall assembly codes with 6 arguments


"H.J. Lu" <hjl.tools@gmail.com> writes:

>  ifeq ($(subdir),misc)
>  sysdep_routines += ioperm iopl vm86
> +# %ebp may be used to pass the 6th argument to syscall.
> +CFLAGS-epoll_pwait.c += -fomit-frame-pointer
> +CFLAGS-mmap.c += -fomit-frame-pointer
> +CFLAGS-mmap64.c += -fomit-frame-pointer

What happens if the compiler didn't succeed in eliminating the frame
pointer?

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]