This is the mail archive of the libc-alpha@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: Any particular reason why mmap family functions aren't hidden in ld.so?


On Thu, Oct 15, 2015 at 12:49 PM, Roland McGrath <roland@hack.frob.com> wrote:
>> Why does Hurd need PLT?
>
> The functions in ld.so are special versions that can only be used at
> bootstrap time.  Once libc.so is loaded, open, mmap, etc. all come from
> there.  It's neither feasible nor desireable in the Hurd to have full
> duplicates of the libc functions in ld.so.
>

Does Hurd support symbol versioning?  If yes, how is mmap exported
from ld.so for Hurd?


H.J.


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