Re: Text relocations in shared libs
SODA Noriyuki <[email protected]> Tue, 27 Dec 2005 18:08:44 +0900
| Newsgroups | gmane.os.netbsd.devel.toolchain,gmane.os.netbsd.ports.sh3 |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Tue, 27 Dec 2005 12:00:39 +0300,
"Valeriy E. Ushakov" <[email protected]> said:
> Well, ideally we should use version script to only export from libc.so
> (and other shared libs) what's meant to be exported, but that's a
> topic for another thread.
Off topic note:
Sometimes it's difficult to decide what should be exported.
For example, someone might think we shouldn't export "_open",
but some HPC frameworks (e.g. checkpointing package) need to
override "_open" and other internal entry points of system calls.
--
soda