bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bfd failure (Was: address@hidden: Re: EH notes and split instruction


From: Jakub Jelinek
Subject: Re: bfd failure (Was: address@hidden: Re: EH notes and split instructions])
Date: Thu, 28 Feb 2002 02:22:07 -0500
User-agent: Mutt/1.2.5.1i

On Wed, Feb 27, 2002 at 11:20:07PM -0800, Anthony Green wrote:
> On Wed, 2002-02-27 at 11:28, Jakub Jelinek wrote:
> > .rodata.jutf8.* sections should be AM.
> 
> They show up as "aM". When I run as on the .s file I get
> Warning: Unrecognized .section attribute: want a,m,s,w,x
> 
> Simply changing this to "am" it works fine.  Otherwise I end up with
> "WAXMS" in the .o file.

This means you have configured gcc with later binutils
then you are actually using (the flags were originally m and s in assembly,
but was changed later to M and S (and m and ms for compatibility)).

        Jakub



reply via email to

[Prev in Thread] Current Thread [Next in Thread]