PATCH: Fix m68k gas test

Bernardo Innocenti bernie@develer.com
Wed Nov 5 01:43:00 GMT 2003


H. J. Lu wrote:
> I checked in the following patch to support 64bit BFD. I also get
> 
> FAIL: fmoveml
> 
> in gas for m68k-linux. Disassembler doesn't work anymore. It may have
> something to do with
> 
> http://sources.redhat.com/ml/binutils-cvs/2003-10/msg00145.html
>
>-   e:	ad76 6803      	mov3ql #6,%fp@\(00000003,%d6:l\)
>+   e:	ad76 6803      	mov3ql #6,%fp@\(0+03,%d6:l\)


Hmmm... I will investigate, but I can't build on m68k-linux and
m68k-elf-objdump appears to work fine here:

 $ cat >foo.s
         mov3ql #6,%fp@(3,%d6)
 $ m68k-elf-as -m5407 foo.s -o foo.o
 $ m68k-elf-objdump -d foo.o

 foo.o:     file format elf32-m68k

 Disassembly of section .text:

 00000000 <.text>:
    0:   ad76 6803       mov3ql #6,%fp@(00000003,%d6:l)



Could you please try building binutils just before and just
after my patch to see if it really causes your problem?

-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html





More information about the Binutils mailing list