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]

libunwind issue with gcc 3.4 and glibc


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

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

There are 2 problems:

1. Functions in libunwind aren't versioned.
2. How easy/hard to move a versioned definition from one DSO to
another?

Any suggestions?


H.J.


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