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]

Re: PATCH: Share the dwarf2 unwind code between glibc and gcc 3.0


On Mon, Jul 09, 2001 at 01:03:58PM +0100, Jason Merrill wrote:
> I think it makes sense to provide it in glibc for backwards compatibility.
> But it should be a wrapper around the new libgcc APIs if possible.

It isn't possible.  The new API does not export anything at the same
level as __frame_state_for.  The new API correctly does not export
anything that exposes the internals of struct _Unwind_Context.

> We have only committed to backards compatibility for the libgcc ABI.
> Extensions are still possible, even likely.

Indeed.


r~


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