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

Re: rseq notes from Cauldron


* Florian Weimer:

> We definitely want to eliminate the intermediate states related to
> __rseq_handled and __rseq_handled itself.  This requires an
> early-initialization callback from the dynamic loader to libc.  This
> is something we (as the libc maintainers) need to provide, and it is
> generally useful for other stuff as well (such as setting up
> __libc_multiple_libcs correctly).  I'm not sure if I can work on this
> before October, though.

I'm looking at this now.  We have something very much like this already,
in the form of the DL_STATIC_INIT mechanism.  I'm going to clarify
what's going on, clean it up, and enable it on all architectures.

Thanks,
Florian


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