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: gcc 3.x test matrix


   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


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