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]
Other format: [Raw text]

Re: Version script help needed


On Sat, Aug 03, 2002 at 05:57:37PM +0200, Franz Sirl wrote:
> 
> One thing makes me wonder though, if I use .symver and a version script, why 
> are versioned symbols matched? E. if I use .symver and the following version 
> script
> 
> VEROLD {
>      local:
>      *;
> };
> 
> VERNEW {
>      local:
>      *;
> } VEROLD;
> 
> divdi3@VEROLD and divdi3@@VERNEW will be changed from GLOBAL scope to LOCAL 
> scope. On the other side version scripts prevent me from from using versioned 
> symbols in there? Is this the right behaviour?
> 

I don't see there is a problem.


H.J.


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