This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: bug in char loop vars with -mcpu=ev56


In article <Pine.LNX.3.96.980710112525.1845A-100000.cygnus.egcs.bugs@bhalpha1.nibh.go.jp>,
Tom Holroyd <tomh@taz.ccs.fau.edu> wrote:
>% gcc -mcpu=ev56 moo.c
>/tmp/cca01856.s: Assembler messages:
>/tmp/cca01856.s:21: Error: macro requires $at register while noat in effect

This is may be fixed with as 2.8.1 by adding -Wa,-m21164a to your
gcc command line. 

A more proper solution is in place for the upcoming egcs 1.1 release
in the form of the `.arch ev56' assembler directive.  You may need
to upgrade binutils to version 2.9 in order to take advantage of this.

Jeff, this seems like something that ought to go in the release notes.


r~


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