bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Insight into building glibc with gcc-3.0


From: Mark Kettenis
Subject: Re: Insight into building glibc with gcc-3.0
Date: 05 Jun 2001 17:40:38 +0200

Gordon Sadler <address@hidden> writes:

> Basically, "glibc will have to be updated for GCC 3.0"

It will have to be updated anyway.  There are some serious problems
with exception handling.  Recompiling glibc will result in a libc.so
that doesn't export __frame_start_for.  This means that exception
handling in existing C++ binaries won't work properly (ld.so will
complain about a missing symbol when an exception is thrown) and the
introduction of __register_frame_info_bases in GCC 3.0 might also have
some nasty side effects.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]