This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: glibc 2.3 not binary compatible with glibc-2.2.5
- From: Christoph Lameter <christoph at lameter dot com>
- To: Roland McGrath <roland at redhat dot com>
- Cc: <libc-alpha at sources dot redhat dot com>
- Date: Sat, 5 Oct 2002 22:58:11 -0700 (PDT)
- Subject: Re: glibc 2.3 not binary compatible with glibc-2.2.5
On Sat, 5 Oct 2002, Roland McGrath wrote:
> The final fix may or may not be identical to that, but please let us know
> if it works.
Rebuild without -fomit-frame-pointer and it works now. gcc docs say though
that it will include a frame-pointer if the function requires it. So this
is a gcc bug?