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?


> All mmap family functions aren't hidden in ld.so and are called
> via PLT.  Is this an oversight?

It's necessary in the Hurd.  I don't know a reason for it elsewhere.  You
mean just that the compiler doesn't know they will be resolved without a
PLT, right?  The linker doesn't actually produce PLT entries for them
(except for Hurd).


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