GCC-3.0.1 can't compile Glibc-2.2.4
Mark Kettenis
kettenis@wins.uva.nl
Tue Sep 25 16:39:00 GMT 2001
Date: Tue, 25 Sep 2001 10:48:26 -0700
From: "H . J . Lu" <hjl@lucon.org>
> You need the exact opposite: __frame_state_for should be in
> libc.so only and not in any other shared library or binary,
> eventhough it is in libgcc.a. Similarly for frame
> registry/deregistry.
Ok. Let's #ifdef out __frame_state_for and registry/deregistry stuff
from libgcc.a in gcc 2 if it is configured for glibc which supports gcc
3. It should be straight forward.
In that case __frame_state_for and the registry/deregistry stuff
should also be added to libc.a.
Mark
More information about the Libc-alpha
mailing list