This is the mail archive of the glibc-bugs@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]

[Bug libc/17250] static linking breaks nss loading (getaddrinfo/getpwnam/etc...)


https://sourceware.org/bugzilla/show_bug.cgi?id=17250

--- Comment #1 from Mike Frysinger <vapier at gentoo dot org> ---
bisecting more, it looks like it's specifically the change to
elf/dl-iteratephdr.c that breaks things (where it changes from a custom
dl_iterate_phdr to a weak alias of __dl_iterate_phdr).  if i revert that change
alone, the tests start working again.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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