ld : option -B eliminate ?

Richard Henderson rth@cygnus.com
Mon Aug 21 16:22:00 GMT 2000


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~


More information about the Binutils mailing list