This is the mail archive of the binutils@sourceware.org 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: ld option --dynamic-list does not work?


On Tue, Jan 19, 2010 at 10:41:06AM +0100, vivenzio.pagliari@gmx.de wrote:
> However, I only get a "syntax error in dynamic list" error message
> from ld.
[snip]
> {
>     global : f;
>     local  : *;
> };

Should just be

{
  f;
};

-- 
Alan Modra
Australia Development Lab, IBM


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