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]

m68k-motorola-sysv target assembler



Hello,

I'm trying build a m68k-motorola-sysv target assembler.  I have
no problems in building it, just running it.  The assembler is
expecting a different syntax than the compiler is generating.

For example:

CC output (a .s file):

	mov %d1,%sr
	mov %d0,%vbr
	cmp.b %d2,&1

The assembler expects to see (or wants):

	mov.w %d1,%sr
	movc %d0,%vbr
	cmp.b &1,%d2

Any glues to what is wrong?


Regards,
Rob