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: [PATCH] Next attempt on the gcc3 vs glibc2.2.4 patch


On Tue, Aug 07, 2001 at 10:51:58AM -0700, Ulrich Drepper wrote:
> Also, we will sometime later add a change which will allow compiling
> glibc without compatibility with old C++ ABIs.  Then we need the
> dlopen code anyway.

If glibc with some configure option removes compatibility with old C++ ABIs,
it means that __frame_state_for@@GLIBC_2.0 will go away, nothing less,
nothing more (the rest of pre G++ 3.0 symbols in GLIBC, like
__register_frame@@GLIBC_2.0 etc. should be IMHO kept, since otherwise
it would mean disabling support for anything compiled with pre-GCC 3.0, not
just C++). But if __frame_state_for is configured out of GLIBC, it means no
dlopen is needed at all.

	Jakub


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