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: Help: Unwinding the C++ stack...throw, longjmp & threads


> There may be systems on which glibc is used, but statically linked.
> There, I would see more of an issue, as every binary would grow.  (For
> example, this might be true if glibc were ported to a system without
> shared library support in binutils.)  But, I think we should cross
> that bridge when we come to it.

This could be solved by stripping the exception information if a program is
linked wherenoneof the non-library object files have exception information.
Then anordinary C program should get nosize increase.

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