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: [ECOS] Assembler warning after binutils upgrade


>I attached the s-file. Lines 56, 125, 203 and 390 produce this error. All 
>alike, eg.
>
>.section   .text.simple_program,"ax",@progbits
>
>Looks like the @progbits part causes this?

This would be a GCC bug, then.  "@" introduces a comment in ARM assembler.
It might be that GAS has just learned how to warn about the trailing comma,
if this has only recently started happening for you.

p.


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