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: MCF528x (MCFv4) support for ieee files


Nick Clifton wrote:

Very well then. However, I'm not yet really trusting the magic I did there.
;) I need to integrate the tool in our company's make process and I'd really
be grateful for any comments before I dare to do that.
Was that all what was missing or is there more to this issue? Comments very
welcome.

Actually this patch was fine and I have checked it in. Even better it reminded me that I had dropped the ball with Bernado's original patch submission, so I have checked that in as well - with one exception.

Thank you! I've noticed you had to fix incorrect whitespace in several places. Next time I'll make sure to fix it before submitting the patch.


Bernado's patch submission included an m68k gas testsuite entry
(mcf-mov3q) but the actual files for this test were omitted, so I have
left the patch to gas/testsuite/gas/m68k/all.exp out.

Sorry, it slipped out of the patch because of the usual CVS diff issue with new files. Here it is in plain format.

If you'd prefer a patch and ChangeLog entry in canonical form,
I will prepare it.

---cut---
.text

|*****************************************************************
| Test all permutations of mov3q
|*****************************************************************

test_mov3q:
	mov3q.l	#-1,%d0			| Mode 0
	mov3q.l #1,%a1			| Mode 1
	mov3q.l #2,(%a2)		| Mode 2
	mov3q.l #3,(%a3)+		| Mode 3
	mov3q.l #4,-(%a4)		| Mode 4
	mov3q.l #5,(1234,%a5)		| Mode 5
	mov3q.l #6,(3,%a6,%d6)		| Mode 6
	mov3q.l #7,0x1234.w		| Mode 7.0
	mov3q.l #-1,0x12345678.l	| Mode 7.1
---cut---

--
 // 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]