This is the mail archive of the libc-help@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: glibc build error: linking nptl static - V2.17





L A Walsh wrote:

FWIW: I commented out the hard ref to __GI__pthread_unwind
and added the same ".weak __pthread_unwind"




#ifdef IS_IN_libpthread
# ifdef SHARED
    .weak __pthread_unwind
/*#  define __pthread_unwind __GI___pthread_unwind*/
# endif
#else
# ifndef SHARED
    .weak __pthread_unwind
# endif
#endif

now it builds (dunnow if anything will run w/it ;-)

so ... what did I just do?   I.e. impact of that change?

I admit to not knowing what I am doing, other than to get rid
of the offending code and replace it with what looks like
is intended for the static case.

I certainly wouldn't want to ship it! ;-)




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