This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: i386 fpu function rewrite


Andreas Jaeger <aj@suse.de> writes:

> This assembles to the same file if I use  -momit-leaf-frame-pointer or
> -fomit-frame-pointer, otherwise the frame pointer is added.

If loading the parameters is all which is done in C then fine.  But no
step further.  Been there, done that.  I've looked into using macros
to add only few asm instructions and do the rest in C.  gcc simply
screws it up.  The register stack handling is not clever enough.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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