This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: limit glibc symbol by version script
- From: Steven Munroe <munroesj at us dot ibm dot com>
- To: libc-alpha at sources dot redhat dot com, Hiroki Kaminaga <kaminaga at sm dot sony dot co dot jp>
- Date: Mon, 10 Jul 2006 17:59:24 -0500
- Subject: 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]