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/21488] ldd --unused seems to have opposite from stated behavior


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

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> ---
ldd -u is working as designed.  With lazy binding none of the libraries (except
libc) are initially used.  Only applying the function relocations can mark the
libraries as being used.

-- 
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]