This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Mon, Aug 21, 2000 at 10:10:53AM +0530, uday@veritas.com wrote:
> I want global symbols not assigned to a version
> definition to be eliminated from the symbol table.
> This is available with linker on solaris with option
> -B eliminate.
> Is it possible to achieve something similar with GNU linker ?
Add
local:
*;
to the end of your version script.
r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |