gcc 3.x test matrix
Mark Kettenis
kettenis@wins.uva.nl
Thu Sep 6 14:18:00 GMT 2001
From: Andreas Jaeger <aj@suse.de>
Date: Tue, 04 Sep 2001 12:33:20 +0200
Jakub Jelinek <jakub@redhat.com> writes:
> The interesting thing here is where does it take __frame_state_for from.
> If from libstdc++-libc6.2-2.so.3, then it is the expected behaviour -
> libstdc++.so needs to be relinked, so that it does not have __register_*,
> __deregister_* nor __frame_state_for.
> LD_DEBUG=symbols will tell you...
You're right, __frame_stae_for comes from libstdc++ :-(
Unfortunately, this means you've been testing the __frame_state_for in
libstdc++ with the GCC 2.95.x-compiled glibc too. I was assuming the
tests would be run on a system with a fixed libstdc++, but that's
probably not very practical. I'll change the instructions to include
-lc when the tests are compiled with GCC 2.95.x
If you can find the time, can you re-run the tests? Please also test
the case where you compile the test programs with GCC 2.95.x and have
libgcc_s.so.1 in your library search path.
Mark
More information about the Libc-alpha
mailing list