This is the mail archive of the libc-alpha@sourceware.cygnus.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]

Problems with exception handling in glibc and gcc.


There is a problem with exception handling with gcc 2.96 > 20000625:

http://gcc.gnu.org/ml/gcc-bugs/2000-07/msg00009.html

It seems that it is due to that the exception handling change in gcc on
2000-06-26 and glibc contains the older copies of exception handling
funtions from libgcc.a used to compile glibc.

I think we knew there would be a problem and we discussed how to
deal with it. I even proposed a solution:

http://sourceware.cygnus.com/ml/libc-hacker/2000-06/msg00106.html
http://sourceware.cygnus.com/ml/libc-hacker/2000-06/msg00120.html

I'd like to get it fixed. Should I investigaten it? I think we
should not export the default version, only the old one for binary
compatibility. We then make sure the main binary always export them
if they are used.



H.J.

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