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

--- Comment #13 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to H.J. Lu from comment #12)
> 
> libbar.so is OK for ld.so.  But there is no sufficient info for ld to tell
> how many entries in SYMTAB.

ld.so wants to know if a shared library has a definition of symbol
`foo'.  But ld wants to know how many symbols are in a shared library.
PT_DYNAMIC segment provides answers for ld.so, but not for ld.

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

Reply via email to