bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/25617] Gold looks up shared object information in section head


From: hjl.tools at gmail dot com
Subject: [Bug gold/25617] Gold looks up shared object information in section headers instead of the dynamic array
Date: Wed, 04 Mar 2020 22:26:17 +0000

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

[Prev in Thread] Current Thread [Next in Thread]