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: PATCH: Fix m68k gas test


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




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