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: exporting symbols, help with export list


On Mon, Aug 02, 2004 at 04:29:49PM -0400, Robert Schweikert wrote:
> [SNIP}
> 
> On Mon, 2004-08-02 at 16:10, H. J. Lu wrote:
> 
> > 
> > By default, all symbols are global. You need to list the symbols you
> > don't want to export. You can use
> > 
> > 	local: *;
> > 	global:
> > 	  x1;
> > 	  x2;
> > 	  ...
> > 
> > H.J.
> 
> Using a file of the format above results in the following error:
> 

That is to show how it should work. If you don't need version name,
you can use

{
	local: *;
	global:
	...
};



H.J.


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