exporting symbols, help with export list
H. J. Lu
hjl@lucon.org
Mon Aug 2 20:47:00 GMT 2004
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.
More information about the Binutils
mailing list