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: [PATCH v4] Destructor support for C++11 thread_local variables


On 02/15/2013 12:33 AM, Siddhesh Poyarekar wrote:
OK, I need some clarification here, is DSO_HANDLE a handle returned by
dlopen() or simply a symbol within the DSO that the compiler has?
I assume the latter, otherwise I don't think this would work.

It's a symbol added (I think) by the linker.

It's a hidden symbol named __dso_handle from crtbegin.o.


Jason


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