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]

PATCH: Fix m68k gas test


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


H.J.
----
2003-11-04  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/m68k/mcf-mov3q.d: Support 64bit BFD.

--- gas/m68k/mcf-mov3q.d.64bit	2003-10-23 07:33:04.000000000 -0700
+++ gas/m68k/mcf-mov3q.d	2003-11-04 17:12:29.000000000 -0800
@@ -13,6 +13,6 @@ Disassembly of section .text:
    6:	a75b           	mov3ql #3,%a3@\+
    8:	a964           	mov3ql #4,%a4@-
    a:	ab6d 04d2      	mov3ql #5,%a5@\(1234\)
-   e:	ad76 6803      	mov3ql #6,%fp@\(00000003,%d6:l\)
+   e:	ad76 6803      	mov3ql #6,%fp@\(0+03,%d6:l\)
   12:	af78 1234      	mov3ql #7,1234 (<test_mov3q\+0x1234>|<.data\+0x1218>)
   16:	a179 1234 5678 	mov3ql #-1,12345678 (<test_mov3q\+0x12345678>|<.data\+0x1234565c>)


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