On Fri, Sep 05, 2003 at 11:05:09AM -0700, Igor Ageyev wrote: > I thought that for PPC, ';' is a valid start-of-comment > character, but assembler fails: No, a semicolon is a command separator. Used for example, like this: .pushsection abc; .long 123; .popsection -- Alan Modra IBM OzLabs - Linux Technology Centre