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]

Re: (C++) patch: C library fns don't throw


>>>>> Andreas Jaeger <aj@suse.de> writes:

 > With your changes, the __THROW seems to be not needed anymore for the
 > 209 functions and we could remove them in theory.  Unfortunatly, glibc
 > has more than these functions, so we would need to check for each
 > function if it's one of those 209.  

 > I do think for glibc we shouldn't change anything and I hope g++ uses
 > the throw () which is added for all functions.  Does anybody see
 > another solution?

I agree; this change is mostly for the benefit of non-glibc targets.
Optimizing based on the throw() was part of an earlier patch.

Jason

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