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]
Other format: [Raw text]

Re: libunwind issue with gcc 3.4 and glibc


>>>>> On Mon, 12 Apr 2004 09:55:11 -0700, "H. J. Lu" <hjl@lucon.org> said:

  HJ> There is a libunwind issue with gcc 3.4 and glibc. Basically,
  HJ> libunwind causes gcc to generate incompatible libgcc_s.so.1:

  HJ> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14925

  HJ> There are 2 problems:

  HJ> 1. Functions in libunwind aren't versioned.

And according to the C++ ABI, they shouldn't be.  What's the rationale
for GCC to use versioning on those symbols?  Won't that create
compatibility problems with other compilers anyhow?

	--david


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