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: limit glibc symbol by version script


Hiroki Kaminaga writes

>>I would like to limit exported symbol from glibc in my system.
>>
>>Background is, I would like to eliminate unused API in my system from glibc,
>>and for first step, I would like to disable them.
>>
>>First thought is to limit exported symbol by using version script.
>>
>>How can I do it?
>>Is there better approach?

try configuring with:

--enable-oldest-abi=ABI configure the oldest ABI supported [e.g.
2.2][default=glibc default]


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