This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: gas bug (target==coldfire)


>the instruction       movew #nnnn,%sr

>is assembled into     $46c0 $nnnn

>which is really       movew %d0,%sr
>                      $nnnn -> illegal opcode or some other

>but it should be      $46fc $nnnn


This has already been fixed in the development sources, and the fix
will be in the next release.

Ian Taylor
ian@cygnus.com